Fixing indentation

This commit is contained in:
Vitor Pamplona 2023-06-12 18:40:19 -04:00 committed by fiatjaf_
parent 7f4970bb10
commit 6fbe488504

10
172.md
View File

@ -20,12 +20,12 @@ Kind 34550 should include any field that helps define the community and the set
"kind": "34550",
"tags": [
["d", "<community_name>"],
["description", "<community_description>"],
["description", "<community_description>"],
// moderators
["p", "<32-bytes hex of a pubkey>", "<optional recommended relay URL>", "moderator"]
["p", "<32-bytes hex of a pubkey>", "<optional recommended relay URL>", "moderator"]
["p", "<32-bytes hex of a pubkey>", "<optional recommended relay URL>", "moderator"]
["p", "<32-bytes hex of a pubkey>", "<optional recommended relay URL>", "moderator"]
["p", "<32-bytes hex of a pubkey>", "<optional recommended relay URL>", "moderator"]
]
}
```
@ -61,8 +61,8 @@ The post-approval event includes a stringified `new post request` event inside t
"kind": "34551",
"tags": [
["a", "34550:<community event author pubkey>:<d-identifier of the community>", "<optional relay url>"],
["e", "<Post Request ID>", "<optional relay url>"],
["p", "<Post Request Author ID>", "<optional relay url>"],
["e", "<Post Request ID>", "<optional relay url>"],
["p", "<Post Request Author ID>", "<optional relay url>"],
],
"content": "{ <New Post Request JSON> }"
}