Add filters for home screen
Closes: #25 Changelog-Added: Added ability to hide replies on home timeline
This commit is contained in:
committed by
William Casarin
parent
be3e65f657
commit
12eb50255a
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user