Topics as hashtags

This commit is contained in:
KaffinPX 2023-08-02 02:39:22 +03:00 committed by GitHub
parent 908830c1e9
commit 52a8f9cff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
101.md
View File

@ -13,7 +13,7 @@ Mailing lists are subscriptions for receiving materials from inviduals or organi
The `content` MUST contain a valid e-mail address encrypted by same method of encrypted direct messages(NIP-04) for subscribed pubkey. The `content` MUST contain a valid e-mail address encrypted by same method of encrypted direct messages(NIP-04) for subscribed pubkey.
`tags` MAY contain an entry identifying the topic subscribing to, in the form of `["t", "<topic>"]`. `tags` MAY contain an entry identifying the topic subscribing to, in the form of `["t", "#<topic>"]`.
**As example:** **As example:**
@ -22,7 +22,7 @@ The `content` MUST contain a valid e-mail address encrypted by same method of en
"kind": 1923, "kind": 1923,
"tags": [ "tags": [
["p", <pubkey>], ["p", <pubkey>],
["t", "nostr"] ["t", "#nostr"]
], ],
"content": <encrypted example@test.com>, "content": <encrypted example@test.com>,
... ...