nip7D: `subject` -> `title` (#1874)

This commit is contained in:
fiatjaf_ 2025-04-17 17:15:37 -03:00 committed by GitHub
parent c076437282
commit 951aaa8ba1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

5
7D.md
View File

@ -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"]
] ]
} }
``` ```