diff --git a/29.md b/29.md index d283f6a..65517da 100644 --- a/29.md +++ b/29.md @@ -86,8 +86,8 @@ The list of capabilities, as defined by this NIP, for now, is the following: "content": "list of admins for the pizza lovers group", "tags": [ ["d", ""], - ["", "admin", "add-user", "edit-metadata", "delete-message", "ban-user"], - ["", "mod", "add-user", "delete-message"] + ["", "admin", "add-user", "edit-metadata", "delete-event", "ban-user"], + ["", "mod", "add-user", "delete-event"] ] ... } @@ -105,7 +105,6 @@ An event sent from a client to the relay in order to accomplish a moderation act ["g", ""], ["action", "add-user", ""], ["action", "ban-user", ""], - ["action", "delete-message", ""], ["action", "edit-metadata", "", ""], ["action", "add-permission", "", ""], ["action", "remove-permission", "", ""],