Add filters for home screen

Closes: #25
Changelog-Added: Added ability to hide replies on home timeline
This commit is contained in:
James Carucci
2022-08-13 12:20:48 -04:00
committed by William Casarin
parent be3e65f657
commit 12eb50255a
5 changed files with 51 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ struct SearchHomeView: View {
}
var GlobalContent: some View {
TimelineView(events: $model.events, loading: $model.loading, damus: damus_state, show_friend_icon: true)
TimelineView(events: $model.events, loading: $model.loading, damus: damus_state, show_friend_icon: true, filter: { _ in true })
}
var SearchContent: some View {