From 44d81229fe864c1abf8ba2b3431598712459a11a Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 14 Oct 2024 10:17:58 -0400 Subject: [PATCH] Adds clause to disallow kind5 deletions of kind 62 --- 62.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/62.md b/62.md index 517f9d8..3787cf4 100644 --- a/62.md +++ b/62.md @@ -6,7 +6,7 @@ Request to Vanish `draft` `optional` -This NIP offers a Nostr-native way to request a complete reset of a key's fingerprint on the web. This is a legally binding procedure in some jurisdictions and thus supporters of this NIP should truly delete events from their database. +This NIP offers a Nostr-native way to request a complete reset of a key's fingerprint on the web. This procedure is legally binding in some jurisdictions, and thus, supporters of this NIP should truly delete events from their database. ## Request to Vanish from Relay @@ -38,6 +38,8 @@ Relays MAY store the signed deletion request for bookkeeping. Paid relays or relays that restrict who can post MUST also follow the request regardless of the user's status. +Kind `5` deletions MUST not delete kind `62`s. + Clients SHOULD send this event to the target relays only. ## Global Request to Vanish @@ -56,4 +58,4 @@ To request ALL relays to delete everything, the event MUST include a `relay` tag } ``` -Clients SHOULD broadcast this event to as many relays as possible. \ No newline at end of file +Clients SHOULD broadcast this event to as many relays as possible.