upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitor Pamplona <vitor@vitorpamplona.com>2023-06-12 18:40:19 -0400
committerfiatjaf_ <fiatjaf@gmail.com>2023-08-08 13:27:32 -0300
commit6fbe488504729b4da4231f55097a144d9bbaa4a7 (patch)
tree9e11efbb77fa8231eba2a566557b3f65a442ced6
parent7f4970bb10923aca7400448a093b4debb4b49267 (diff)
Fixing indentation
-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}