From f5e03f145cc8706153fee2130c295284495ef524 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sun, 22 Jan 2023 10:10:54 -0800 Subject: [PATCH] Fix build --- damus/Nostr/NostrEvent.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/damus/Nostr/NostrEvent.swift b/damus/Nostr/NostrEvent.swift index 8a034441..5e5d188f 100644 --- a/damus/Nostr/NostrEvent.swift +++ b/damus/Nostr/NostrEvent.swift @@ -790,8 +790,6 @@ func inner_event_or_self(ev: NostrEvent) -> NostrEvent { return inner_ev } -<<<<<<< HEAD - func first_eref_mention(ev: NostrEvent, privkey: String?) -> Mention? { let blocks = ev.blocks(privkey).filter { block in guard case .mention(let mention) = block else {