Replace the default federated timeline tab with the direct messages tab. (#2866)
Closes #2552
This commit is contained in:
parent
61a1baf533
commit
2676782327
1 changed files with 1 additions and 1 deletions
|
@ -100,6 +100,6 @@ fun defaultTabs(): List<TabData> {
|
|||
createTabDataFromId(HOME),
|
||||
createTabDataFromId(NOTIFICATIONS),
|
||||
createTabDataFromId(LOCAL),
|
||||
createTabDataFromId(FEDERATED)
|
||||
createTabDataFromId(DIRECT)
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue