From 5084fe2e0867d0c06141ba0cb0a9b083dccc9d75 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sun, 28 May 2023 21:33:30 -0300 Subject: [PATCH] fix kind number for moderation event. --- 29.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/29.md b/29.md index 6fd70934..4c854f95 100644 --- a/29.md +++ b/29.md @@ -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.