Hide muted users from global

Changelog-Fixed: Hide muted users from global
This commit is contained in:
William Casarin
2023-01-27 12:16:41 -08:00
parent 5edb7df5c4
commit a9e9f0dc8f
2 changed files with 8 additions and 1 deletions

View File

@@ -87,6 +87,9 @@ struct SearchHomeView: View {
.onChange(of: search) { s in
print("search change 1")
}
.onReceive(handle_notify(.new_mutes)) { _ in
self.model.filter_muted()
}
.onAppear {
if model.events.isEmpty {
model.subscribe()