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--172.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/172.md b/172.md
index 542258a..9aa59e2 100644
--- a/172.md
+++ b/172.md
@@ -20,12 +20,12 @@ Kind 34550 should include any field that helps define the community and the set
20 "kind": "34550", 20 "kind": "34550",
21 "tags": [ 21 "tags": [
22 ["d", "<community_name>"], 22 ["d", "<community_name>"],
23 ["description", "<community_description>"], 23 ["description", "<community_description>"],
24 24
25 // moderators 25 // moderators
26 ["p", "<32-bytes hex of a pubkey>", "<optional recommended relay URL>", "moderator"] 26 ["p", "<32-bytes hex of a pubkey>", "<optional recommended relay URL>", "moderator"]
27 ["p", "<32-bytes hex of a pubkey>", "<optional recommended relay URL>", "moderator"] 27 ["p", "<32-bytes hex of a pubkey>", "<optional recommended relay URL>", "moderator"]
28 ["p", "<32-bytes hex of a pubkey>", "<optional recommended relay URL>", "moderator"] 28 ["p", "<32-bytes hex of a pubkey>", "<optional recommended relay URL>", "moderator"]
29 ] 29 ]
30} 30}
31``` 31```
@@ -61,8 +61,8 @@ The post-approval event includes a stringified `new post request` event inside t
61 "kind": "34551", 61 "kind": "34551",
62 "tags": [ 62 "tags": [
63 ["a", "34550:<community event author pubkey>:<d-identifier of the community>", "<optional relay url>"], 63 ["a", "34550:<community event author pubkey>:<d-identifier of the community>", "<optional relay url>"],
64 ["e", "<Post Request ID>", "<optional relay url>"], 64 ["e", "<Post Request ID>", "<optional relay url>"],
65 ["p", "<Post Request Author ID>", "<optional relay url>"], 65 ["p", "<Post Request Author ID>", "<optional relay url>"],
66 ], 66 ],
67 "content": "{ <New Post Request JSON> }" 67 "content": "{ <New Post Request JSON> }"
68} 68}