From 58f1667479c94011350d15a0c0d9058a86980c71 Mon Sep 17 00:00:00 2001
From: Pablo Fernandez
Date: Fri, 16 Jun 2023 01:23:40 +0200
Subject: [PATCH] NIP-09: Add `a` tag deletion (#600)
Co-authored-by: arthurfranca
---
09.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/09.md b/09.md
index a73e0ab..9dab90f 100644
--- a/09.md
+++ b/09.md
@@ -8,7 +8,7 @@ Event Deletion
A special event with kind `5`, meaning "deletion" is defined as having a list of one or more `e` tags, each referencing an event the author is requesting to be deleted.
-Each tag entry must contain an "e" event id intended for deletion.
+Each tag entry must contain an "e" event id and/or NIP-33 `a` tags intended for deletion.
The event's `content` field MAY contain a text note describing the reason for the deletion.
@@ -20,7 +20,8 @@ For example:
"pubkey": <32-bytes hex-encoded public key of the event creator>,
"tags": [
["e", "dcd59..464a2"],
- ["e", "968c5..ad7a4"]
+ ["e", "968c5..ad7a4"],
+ ["a", "::"]
],
"content": "these posts were published by accident",
...other fields