diff options
| author | Vitor Pamplona <vitor@vitorpamplona.com> | 2023-06-15 10:05:35 -0400 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-08-08 13:27:32 -0300 |
| commit | d42fc18fa5800399690d82acfe34606e26419b8d (patch) | |
| tree | 64c4028401367fd0a57aa2a007b45a0fd891bfbe | |
| parent | 3a01861adeaf527f160e73b892b383a2c81a5c66 (diff) | |
Addressing how to unapprove a post.
| -rw-r--r-- | 172.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -55,7 +55,7 @@ Any Nostr event can be a post request. Clients should simply add the community's | |||
| 55 | } | 55 | } |
| 56 | ``` | 56 | ``` |
| 57 | 57 | ||
| 58 | Community management clients can filter all mentions of the `kind:34550` event and request moderators to approve each submission. The same moderator can remove his/her approval of the post at any time. | 58 | Community management clients can filter all mentions to a given `kind:34550` event and request moderators to approve each submission. The same moderator can delete his/her approval of the post at any time using event deletions (See [NIP-09](09.md)). |
| 59 | 59 | ||
| 60 | # Post Approval by moderators | 60 | # Post Approval by moderators |
| 61 | 61 | ||