diff --git a/nostr.go b/nostr.go index dd2e814..1f20ffa 100644 --- a/nostr.go +++ b/nostr.go @@ -89,6 +89,7 @@ func getEvent(ctx context.Context, code string) (*nostr.Event, []string, error) } case nostr.EntityPointer: author = v.PublicKey + filter.Authors = []string{v.PublicKey} filter.Tags = nostr.TagMap{ "d": []string{v.Identifier}, }