diff --git a/nip10/nip10.go b/nip10/nip10.go index 8b8e9ad..289c018 100644 --- a/nip10/nip10.go +++ b/nip10/nip10.go @@ -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 }