diff options
| author | Vitor Pamplona <vitor@vitorpamplona.com> | 2023-06-15 10:20:11 -0400 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-08-08 13:27:32 -0300 |
| commit | 73f2f24bbfb3a7b4fc16f9bbc96b58a7b0ab9410 (patch) | |
| tree | 054c0a08b3bf8cbfc223d8f48b1c3a0411e60302 | |
| parent | 135a2f533890b77d3df1deca3fbe09ae47265723 (diff) | |
Better describes the use of `a`, `e` and `p` tags in the post approval event.
| -rw-r--r-- | 172.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -59,7 +59,7 @@ Community management clients MAY filter all mentions to a given `kind:34550` eve | |||
| 59 | 59 | ||
| 60 | # Post Approval by moderators | 60 | # Post Approval by moderators |
| 61 | 61 | ||
| 62 | The post-approval event SHOULD include a stringified `new post request` event inside the `.content` of the approval ([NIP-18-style](18.md)). | 62 | The post-approval event MUST include `a` tags of the communities the moderator is posting into (one or more), the `e` tag of the post and `p` tag of the author of the post (for approval notificaitons). The event SHOULD also include the stringified `post request` event inside the `.content` ([NIP-18-style](18.md)) and a `k` tag with the original post's event kind to allow filtering of approved posts by kind. |
| 63 | 63 | ||
| 64 | ```js | 64 | ```js |
| 65 | { | 65 | { |