diff --git a/29.md b/29.md index 95812a08..6fd70934 100644 --- a/29.md +++ b/29.md @@ -62,6 +62,8 @@ The list of capabilities, as defined by this NIP, for now, is the following: - `edit-metadata` - `delete-message` - `ban-user` +- `add-permission` +- `remove-permission` ```js { @@ -90,6 +92,8 @@ An event sent from a client to the relay in order to accomplish a moderation act ["action", "ban-user", ""], ["action", "delete-message", ""], ["action", "edit-metadata", "", ""], + ["action", "add-permission", "", ""], + ["action", "remove-permission", "", ""], ] } ```