Browse Source

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
profile-edit
William Casarin 2 years ago
parent
commit
960389166d
  1. 4
      damus/Models/HomeModel.swift

4
damus/Models/HomeModel.swift

@ -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)
}

Loading…
Cancel
Save