mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-11-15 16:50:16 +01:00
Support a tags in GetImmediateReply
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user