add kind 9008 for deleting a group

This commit is contained in:
sepehr-safari 2024-08-18 14:54:21 +03:30 committed by fiatjaf_
parent 2c7e2af15f
commit 055101786b

2
29.md
View File

@ -120,6 +120,7 @@ Each moderation action uses a different kind and requires different arguments, w
| 9005 | `delete-event` | `e` (id hex) |
| 9006 | `edit-group-status` | `public` or `private`, `open` or `closed` |
| 9007 | `create-group` | |
| 9008 | `delete-group` | |
- *group metadata* (`kind:39000`) (optional)
@ -160,6 +161,7 @@ The list of capabilities, as defined by this NIP, for now, is the following:
- `add-permission`
- `remove-permission`
- `edit-group-status`
- `delete-group`
```js
{