diff --git a/nip17/nip17.go b/nip17/nip17.go index 99fe099..d7f55ae 100644 --- a/nip17/nip17.go +++ b/nip17/nip17.go @@ -43,7 +43,7 @@ func PrepareMessage( rumor := nostr.Event{ Kind: 14, Content: content, - Tags: tags, + Tags: append(tags, nostr.Tag{"p", recipientPubKey}), CreatedAt: nostr.Now(), PubKey: ourPubkey, }