Revert "Add filters for home screen"

This reverts commit 12eb50255a.
This commit is contained in:
William Casarin
2022-08-16 12:26:32 -07:00
parent 805afd1216
commit 8141a2970c
5 changed files with 12 additions and 51 deletions

View File

@@ -13,7 +13,7 @@ struct SearchView: View {
@Environment(\.dismiss) var dismiss
var body: some View {
TimelineView(events: $search.events, loading: $search.loading, damus: appstate, show_friend_icon: true, filter: { _ in true })
TimelineView(events: $search.events, loading: $search.loading, damus: appstate, show_friend_icon: true)
.navigationBarTitle(describe_search(search.search))
.padding([.leading, .trailing], 6)
.onReceive(handle_notify(.switched_timeline)) { obj in