fix build

This commit is contained in:
William Casarin
2023-08-23 09:25:47 -07:00
parent 5caa4a6e97
commit b665a40a11

View File

@@ -229,7 +229,7 @@ class HomeModel {
return
}
guard should_show_event(privkey: damus_state.keypair.privkey, hellthreads: damus_state.muted_threads, contacts: damus_state.contacts, ev: zap.request.ev) else {
guard should_show_event(privkey: self.damus_state.keypair.privkey, hellthreads: self.damus_state.muted_threads, contacts: self.damus_state.contacts, ev: zap.request.ev) else {
return
}