From a528587eaa18ae14f32e7f472babfe6501c43beb Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Thu, 18 Jan 2024 11:55:50 -0300 Subject: [PATCH] remove "alt" from event templates for brevity. --- 29.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/29.md b/29.md index bf1a96f3..5b29d995 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 "kind": 9021, "content": "optional reason", "tags": [ - ["h", ""], - ["alt", "optional action description"] + ["h", ""] ] } ``` @@ -111,7 +110,6 @@ Clients can send these events to a relay in order to accomplish a moderation act "content": "optional reason", "tags": [ ["h", ""], - ["alt", "optional action description"], ["previous", ...] ] }