nip27: handle nrelay a bit better

This commit is contained in:
William Casarin
2023-04-09 22:45:38 -07:00
parent 8a230861bf
commit f500da03e8
3 changed files with 20 additions and 2 deletions

View File

@@ -78,6 +78,8 @@ func build_mention_indices(_ blocks: [Block], type: MentionType) -> Set<Int> {
acc.insert(idx)
}
}
case .relay:
return
case .text:
return
case .hashtag: