upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/172.md
diff options
context:
space:
mode:
authorVitor Pamplona <vitor@vitorpamplona.com>2023-06-15 09:53:55 -0400
committerfiatjaf_ <fiatjaf@gmail.com>2023-08-08 13:27:32 -0300
commit63441099be5898afc685bb2be28c2b30b2f27fc2 (patch)
treeb86e1e0feec62b1ec11d5a7da94f7320e7898fc0 /172.md
parent2b53049c1a69c413de1b3077a94a49810a2e0aff (diff)
Fixes typos & clarifies the text.
Diffstat (limited to '172.md')
-rw-r--r--172.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/172.md b/172.md
index ec6a60b..df78081 100644
--- a/172.md
+++ b/172.md
@@ -77,7 +77,7 @@ The post-approval event includes a stringified `new post request` event inside t
77} 77}
78``` 78```
79 79
80It'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. 80It'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