upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}