Fixes typos & clarifies the text.

This commit is contained in:
Vitor Pamplona 2023-06-15 09:53:55 -04:00 committed by fiatjaf_
parent 2b53049c1a
commit 63441099be

4
172.md
View File

@ -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>"],
}
```