damus

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

commit f38b1be9e09731e57fe945f8c88e509073fee02b
parent abde23e8761f5226db7262814d82d35947c4e63a
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 16 Apr 2022 08:29:21 -0700

ocd

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mdamus/ContentView.swift | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/damus/ContentView.swift b/damus/ContentView.swift @@ -151,7 +151,6 @@ struct ContentView: View { } func handle_metadata_event(_ ev: NostrEvent) { - guard let profile: Profile = decode_data(Data(ev.content.utf8)) else { return }