diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2024-01-18 11:55:50 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2024-02-23 20:52:15 -0300 |
| commit | a528587eaa18ae14f32e7f472babfe6501c43beb (patch) | |
| tree | f965650b9bf8896bb0511f96e14a0ebd3b0f0c06 | |
| parent | 1f92cd031320753a8aa7a9d53c26453d3247f312 (diff) | |
remove "alt" from event templates for brevity.
| -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 | } |