timeline: only show one tab in hashtag timeline

This commit is contained in:
William Casarin
2024-12-19 09:52:56 -08:00
parent ca988165cc
commit 40c5dbf418

View File

@@ -220,7 +220,7 @@ impl Timeline {
Timeline::new(
TimelineKind::Hashtag(hashtag),
FilterState::ready(vec![filter]),
TimelineTab::full_tabs(),
TimelineTab::only_notes_and_replies(),
)
}