Fix build
This commit is contained in:
@@ -790,8 +790,6 @@ func inner_event_or_self(ev: NostrEvent) -> NostrEvent {
|
|||||||
return inner_ev
|
return inner_ev
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
func first_eref_mention(ev: NostrEvent, privkey: String?) -> Mention? {
|
func first_eref_mention(ev: NostrEvent, privkey: String?) -> Mention? {
|
||||||
let blocks = ev.blocks(privkey).filter { block in
|
let blocks = ev.blocks(privkey).filter { block in
|
||||||
guard case .mention(let mention) = block else {
|
guard case .mention(let mention) = block else {
|
||||||
|
|||||||
Reference in New Issue
Block a user