Support a tags in GetImmediateReply

This commit is contained in:
dtonon 2024-05-29 22:20:49 +02:00 committed by fiatjaf_
parent d06f61136d
commit 742873bde6

View File

@ -22,7 +22,7 @@ func GetImmediateReply(tags nostr.Tags) *nostr.Tag {
if len(tag) < 2 {
continue
}
if tag[0] != "e" {
if tag[0] != "e" && tag[0] != "a" {
continue
}