mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-07-28 07:58:29 -04:00
nip7D: subject
-> title
(#1874)
This commit is contained in:
5
7D.md
5
7D.md
@@ -6,15 +6,14 @@ Threads
|
|||||||
|
|
||||||
`draft` `optional`
|
`draft` `optional`
|
||||||
|
|
||||||
A thread is a `kind 11` event. Threads SHOULD include a `subject` with a summary
|
A thread is a `kind 11` event. Threads SHOULD include a `title`.
|
||||||
of the thread's topic.
|
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"kind": 11,
|
"kind": 11,
|
||||||
"content": "Good morning",
|
"content": "Good morning",
|
||||||
"tags": [
|
"tags": [
|
||||||
["subject", "GM"]
|
["title", "GM"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user