upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--7D.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/7D.md b/7D.md
index d8509a6..fb1b718 100644
--- a/7D.md
+++ b/7D.md
@@ -6,15 +6,14 @@ Threads
6 6
7`draft` `optional` 7`draft` `optional`
8 8
9A thread is a `kind 11` event. Threads SHOULD include a `subject` with a summary 9A thread is a `kind 11` event. Threads SHOULD include a `title`.
10of the thread's topic.
11 10
12```json 11```json
13{ 12{
14 "kind": 11, 13 "kind": 11,
15 "content": "Good morning", 14 "content": "Good morning",
16 "tags": [ 15 "tags": [
17 ["subject", "GM"] 16 ["title", "GM"]
18 ] 17 ]
19} 18}
20``` 19```