upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2023-11-10 22:47:49 -0300
committerfiatjaf <fiatjaf@gmail.com>2024-02-23 20:51:46 -0300
commit94da86a3e7a1f04bb833baae01cf0433066293f0 (patch)
tree70c1d38781814337841ef8ca757938d63ba6db11
parent5551f1f57ae8b6a87d775620c4a835718998a8ca (diff)
delete-event as kind 9005.
-rw-r--r--29.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/29.md b/29.md
index 481e4f5..6c0923f 100644
--- a/29.md
+++ b/29.md
@@ -86,12 +86,12 @@ Each moderation action uses a different kind and requires different arguments, w
86 86
87| kind | name | tags | 87| kind | name | tags |
88| --- | --- | --- | 88| --- | --- | --- |
89| 5 | `delete-event` | `e` (id hex) |
90| 9000 | `add-user` | `p` (pubkey hex) | 89| 9000 | `add-user` | `p` (pubkey hex) |
91| 9001 | `remove-user` | `p` (pubkey hex) | 90| 9001 | `remove-user` | `p` (pubkey hex) |
92| 9002 | `edit-metadata` | `name`, `about`, `picture` (string) | 91| 9002 | `edit-metadata` | `name`, `about`, `picture` (string) |
93| 9003 | `add-permission` | `p` (pubkey), `permission` (name) | 92| 9003 | `add-permission` | `p` (pubkey), `permission` (name) |
94| 9004 | `remove-permission` | `p` (pubkey), `permission` (name) | 93| 9004 | `remove-permission` | `p` (pubkey), `permission` (name) |
94| 9005 | `delete-event` | `e` (id hex) |
95 95
96- *group metadata* (`kind:39000`) (optional) 96- *group metadata* (`kind:39000`) (optional)
97 97