Replace the default federated timeline tab with the direct messages tab. (#2866)

Closes #2552
This commit is contained in:
Levi Bard 2022-11-19 19:01:00 +01:00 committed by GitHub
parent 61a1baf533
commit 2676782327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,6 +100,6 @@ fun defaultTabs(): List<TabData> {
createTabDataFromId(HOME),
createTabDataFromId(NOTIFICATIONS),
createTabDataFromId(LOCAL),
createTabDataFromId(FEDERATED)
createTabDataFromId(DIRECT)
)
}