fix kind number for moderation event.

This commit is contained in:
fiatjaf 2023-05-28 21:33:30 -03:00
parent d1f08d724c
commit 5084fe2e08

2
29.md
View File

@ -78,7 +78,7 @@ The list of capabilities, as defined by this NIP, for now, is the following:
}
```
- *moderation event* (`kind:39002`) (optional)
- *moderation event* (`kind:9000`) (optional)
An event sent from a client to the relay in order to accomplish a moderation action. The relay should read this event and act on it if the user sending the event has the required permissions and the date is close to the current date. The relay may discard the event after taking action or keep it as a way to expose a moderation log. This is similar to the `kind:9` event in its structure.