diff options
| author | Vitor Pamplona <vitor@vitorpamplona.com> | 2023-06-12 18:40:19 -0400 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-08-08 13:27:32 -0300 |
| commit | 6fbe488504729b4da4231f55097a144d9bbaa4a7 (patch) | |
| tree | 9e11efbb77fa8231eba2a566557b3f65a442ced6 | |
| parent | 7f4970bb10923aca7400448a093b4debb4b49267 (diff) | |
Fixing indentation
| -rw-r--r-- | 172.md | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -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 | } |