From b665a40a11ced8e249a9647cebf4aa3874ae7332 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Wed, 23 Aug 2023 09:25:47 -0700 Subject: [PATCH] fix build --- damus/Models/HomeModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus/Models/HomeModel.swift b/damus/Models/HomeModel.swift index a0210a75..41bd95ce 100644 --- a/damus/Models/HomeModel.swift +++ b/damus/Models/HomeModel.swift @@ -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 }