diff --git a/app/payment_processor.go b/app/payment_processor.go index 3e3c32e..5327616 100644 --- a/app/payment_processor.go +++ b/app/payment_processor.go @@ -781,8 +781,8 @@ Enjoy your time on the relay!`, string(userNpub), monthlyPrice, monthlyPrice, ev.Content = []byte(content) ev.Tags = tag.NewS() - // Add "p" tag for the user - *ev.Tags = append(*ev.Tags, tag.NewFromAny("p", hex.Enc(userPubkey))) + // Add "p" tag for the user with mention in third field + *ev.Tags = append(*ev.Tags, tag.NewFromAny("p", hex.Enc(userPubkey), "", "mention")) // Add expiration tag (5 days from creation) noteExpiry := time.Now().AddDate(0, 0, 5) diff --git a/pkg/version/version b/pkg/version/version index d356925..1c00929 100644 --- a/pkg/version/version +++ b/pkg/version/version @@ -1 +1 @@ -v0.17.10 \ No newline at end of file +v0.17.11 \ No newline at end of file