diff options
| -rw-r--r-- | 29.md | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -95,8 +95,7 @@ Any user can send one of these events to the relay in order to be automatically | |||
| 95 | "kind": 9021, | 95 | "kind": 9021, |
| 96 | "content": "optional reason", | 96 | "content": "optional reason", |
| 97 | "tags": [ | 97 | "tags": [ |
| 98 | ["h", "<group-id>"], | 98 | ["h", "<group-id>"] |
| 99 | ["alt", "optional action description"] | ||
| 100 | ] | 99 | ] |
| 101 | } | 100 | } |
| 102 | ``` | 101 | ``` |
| @@ -111,7 +110,6 @@ Clients can send these events to a relay in order to accomplish a moderation act | |||
| 111 | "content": "optional reason", | 110 | "content": "optional reason", |
| 112 | "tags": [ | 111 | "tags": [ |
| 113 | ["h", "<group-id>"], | 112 | ["h", "<group-id>"], |
| 114 | ["alt", "optional action description"], | ||
| 115 | ["previous", ...] | 113 | ["previous", ...] |
| 116 | ] | 114 | ] |
| 117 | } | 115 | } |