mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Fixes typos & clarifies the text.
This commit is contained in:
parent
2b53049c1a
commit
63441099be
4
172.md
4
172.md
|
@ -77,7 +77,7 @@ The post-approval event includes a stringified `new post request` event inside t
|
|||
}
|
||||
```
|
||||
|
||||
It's recommended that multiple moderators approve posts to avoid unapproving them when a given moderator is removed from the owner's list. In case the full list of moderators must be rotated, the new moderator set must sign new approvals for posts in the past or the community will restart. The owner can also periodically copies of each moderator's approval events.
|
||||
It's recommended that multiple moderators approve posts to avoid deleting them from the community when a moderator is removed from the owner's list. In case the full list of moderators must be rotated, the new moderator set must sign new approvals for posts in the past or the community will restart. The owner can also periodically copy and re-sign of each moderator's approval events to make sure posts don't dissapear with moderators.
|
||||
|
||||
# Displaying
|
||||
|
||||
|
@ -88,7 +88,7 @@ The following filter displays the approved posts.
|
|||
```js
|
||||
{
|
||||
"authors": ["<author>", "moderator1", "moderator2", "moderator3", ...],
|
||||
"kinds": ["4550"],
|
||||
"kinds": [4550],
|
||||
"#a": ["34550:<community event author pubkey>:<d-identifier of the community>"],
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue
Block a user