mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-13 10:56:22 +00:00
delete-event as kind 9005.
This commit is contained in:
parent
5551f1f57a
commit
94da86a3e7
2
29.md
2
29.md
@ -86,12 +86,12 @@ Each moderation action uses a different kind and requires different arguments, w
|
||||
|
||||
| kind | name | tags |
|
||||
| --- | --- | --- |
|
||||
| 5 | `delete-event` | `e` (id hex) |
|
||||
| 9000 | `add-user` | `p` (pubkey hex) |
|
||||
| 9001 | `remove-user` | `p` (pubkey hex) |
|
||||
| 9002 | `edit-metadata` | `name`, `about`, `picture` (string) |
|
||||
| 9003 | `add-permission` | `p` (pubkey), `permission` (name) |
|
||||
| 9004 | `remove-permission` | `p` (pubkey), `permission` (name) |
|
||||
| 9005 | `delete-event` | `e` (id hex) |
|
||||
|
||||
- *group metadata* (`kind:39000`) (optional)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user