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