From b29ced8df60b25a3110ab540044cd87f415bc6ac Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 28 Mar 2024 12:31:05 -0400 Subject: [PATCH] Adds k tag --- 09.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/09.md b/09.md index dac74938..c23e65e9 100644 --- a/09.md +++ b/09.md @@ -8,7 +8,7 @@ Event Deletion Event kind `5` describes a deletion event. It MUST contain a list of one or more `e` or `a` tags, each referencing the events the author is requesting to be deleted. -The `.content` MAY contain the reason for the deletion. +The `.content` MAY contain the reason for the deletion. An optional `k` tag MAY be added to describe the kind of the referenced events. ``` { @@ -17,6 +17,7 @@ The `.content` MAY contain the reason for the deletion. "tags": [ ["e", "dcd59..464a2"], ["e", "968c5..ad7a4"], + ["k", ""], ["a", "::"] ], "content": "these posts were published by accident",