damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit b665a40a11ced8e249a9647cebf4aa3874ae7332
parent 5caa4a6e975bb05141cdefcb761fa3ea282db85f
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 23 Aug 2023 09:25:47 -0700

fix build

Diffstat:
Mdamus/Models/HomeModel.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 }