diff options
| author | Vitor Pamplona <vitor@vitorpamplona.com> | 2023-06-15 09:53:55 -0400 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-08-08 13:27:32 -0300 |
| commit | 63441099be5898afc685bb2be28c2b30b2f27fc2 (patch) | |
| tree | b86e1e0feec62b1ec11d5a7da94f7320e7898fc0 /172.md | |
| parent | 2b53049c1a69c413de1b3077a94a49810a2e0aff (diff) | |
Fixes typos & clarifies the text.
Diffstat (limited to '172.md')
| -rw-r--r-- | 172.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -77,7 +77,7 @@ The post-approval event includes a stringified `new post request` event inside t | |||
| 77 | } | 77 | } |
| 78 | ``` | 78 | ``` |
| 79 | 79 | ||
| 80 | 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. | 80 | 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. |
| 81 | 81 | ||
| 82 | # Displaying | 82 | # Displaying |
| 83 | 83 | ||
| @@ -88,7 +88,7 @@ The following filter displays the approved posts. | |||
| 88 | ```js | 88 | ```js |
| 89 | { | 89 | { |
| 90 | "authors": ["<author>", "moderator1", "moderator2", "moderator3", ...], | 90 | "authors": ["<author>", "moderator1", "moderator2", "moderator3", ...], |
| 91 | "kinds": ["4550"], | 91 | "kinds": [4550], |
| 92 | "#a": ["34550:<community event author pubkey>:<d-identifier of the community>"], | 92 | "#a": ["34550:<community event author pubkey>:<d-identifier of the community>"], |
| 93 | } | 93 | } |
| 94 | ``` \ No newline at end of file | 94 | ``` \ No newline at end of file |