Browse Source

Fix build

to-test
William Casarin 2 years ago
parent
commit
f5e03f145c
  1. 2
      damus/Nostr/NostrEvent.swift

2
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 {

Loading…
Cancel
Save