mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-13 23:39:08 -05:00
Topics as hashtags
This commit is contained in:
parent
908830c1e9
commit
52a8f9cff6
4
101.md
4
101.md
|
@ -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.
|
||||
|
||||
`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:**
|
||||
|
||||
|
@ -22,7 +22,7 @@ The `content` MUST contain a valid e-mail address encrypted by same method of en
|
|||
"kind": 1923,
|
||||
"tags": [
|
||||
["p", <pubkey>],
|
||||
["t", "nostr"]
|
||||
["t", "#nostr"]
|
||||
],
|
||||
"content": <encrypted example@test.com>,
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue
Block a user