mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-06-06 04:59:12 +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 {
|
if len(tag) < 2 {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if tag[0] != "e" {
|
if tag[0] != "e" && tag[0] != "a" {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user