mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-06-01 10:39:19 +02:00
Support a tags in GetImmediateReply
This commit is contained in:
parent
d06f61136d
commit
742873bde6
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user