mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-23 00:45:53 -05:00
Adds clause to disallow kind5 deletions of kind 62
This commit is contained in:
parent
1cf833d7c6
commit
44d81229fe
6
62.md
6
62.md
|
@ -6,7 +6,7 @@ Request to Vanish
|
||||||
|
|
||||||
`draft` `optional`
|
`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
|
## 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.
|
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.
|
Clients SHOULD send this event to the target relays only.
|
||||||
|
|
||||||
## Global Request to Vanish
|
## 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.
|
Clients SHOULD broadcast this event to as many relays as possible.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user