From d1f08d724c66efe9e16910935c64e5ac851eec8d Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sun, 28 May 2023 18:00:12 -0300 Subject: [PATCH] add and remove permissions actions. --- 29.md | 4 ++++ 1 file changed, 4 insertions(+) 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", "", ""], ] } ```