mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-23 00:45:53 -05:00
Fixing indentation
This commit is contained in:
parent
7f4970bb10
commit
6fbe488504
10
172.md
10
172.md
|
@ -20,12 +20,12 @@ Kind 34550 should include any field that helps define the community and the set
|
||||||
"kind": "34550",
|
"kind": "34550",
|
||||||
"tags": [
|
"tags": [
|
||||||
["d", "<community_name>"],
|
["d", "<community_name>"],
|
||||||
["description", "<community_description>"],
|
["description", "<community_description>"],
|
||||||
|
|
||||||
// moderators
|
// 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"]
|
["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",
|
"kind": "34551",
|
||||||
"tags": [
|
"tags": [
|
||||||
["a", "34550:<community event author pubkey>:<d-identifier of the community>", "<optional relay url>"],
|
["a", "34550:<community event author pubkey>:<d-identifier of the community>", "<optional relay url>"],
|
||||||
["e", "<Post Request ID>", "<optional relay url>"],
|
["e", "<Post Request ID>", "<optional relay url>"],
|
||||||
["p", "<Post Request Author ID>", "<optional relay url>"],
|
["p", "<Post Request Author ID>", "<optional relay url>"],
|
||||||
],
|
],
|
||||||
"content": "{ <New Post Request JSON> }"
|
"content": "{ <New Post Request JSON> }"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user