home: always add home events

Don't try to hide anything. It's confusing, and we have the post-only
view now so it's fine
This commit is contained in:
William Casarin
2022-11-18 12:19:43 -08:00
parent 6b6593da53
commit 960389166d

View File

@@ -370,9 +370,7 @@ class HomeModel: ObservableObject {
}
if sub_id == home_subid {
if is_friend_event(ev, keypair: damus_state.keypair, contacts: damus_state.contacts) {
let _ = insert_home_event(ev)
}
let _ = insert_home_event(ev)
} else if sub_id == notifications_subid {
handle_notification(ev: ev)
}