mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-16 20:26:37 +00:00
Fix local / trending tab showing federated timeline
This commit is contained in:
parent
7b484fc8e1
commit
19715bb1f6
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ struct TimelineTab: View {
|
|||
private func resetTimelineFilter() {
|
||||
if client.isAuth, canFilterTimeline {
|
||||
timeline = lastTimelineFilter
|
||||
} else {
|
||||
} else if !client.isAuth {
|
||||
timeline = .federated
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue