Skip to content

Commit

Permalink
timeline: only show one tab in hashtag timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jb55 committed Dec 19, 2024
1 parent ca98816 commit 40c5dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/notedeck_columns/src/timeline/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ impl Timeline {
Timeline::new(
TimelineKind::Hashtag(hashtag),
FilterState::ready(vec![filter]),
TimelineTab::full_tabs(),
TimelineTab::only_notes_and_replies(),
)
}

Expand Down

0 comments on commit 40c5dbf

Please sign in to comment.