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>2024-01-18 11:55:50 -0300
committerfiatjaf <fiatjaf@gmail.com>2024-02-23 20:52:15 -0300
commita528587eaa18ae14f32e7f472babfe6501c43beb (patch)
treef965650b9bf8896bb0511f96e14a0ebd3b0f0c06
parent1f92cd031320753a8aa7a9d53c26453d3247f312 (diff)
remove "alt" from event templates for brevity.
-rw-r--r--29.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/29.md b/29.md
index bf1a96f..5b29d99 100644
--- a/29.md
+++ b/29.md
@@ -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}