NIP-69: deletion --> revocation

This commit is contained in:
Alex Gleason 2023-03-21 12:24:02 -05:00 committed by GitHub
parent 8f822946d4
commit a45cf22ed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
69.md
View File

@ -10,7 +10,7 @@ Events of [kind `5`](09.md) may contain a "p" tag instead of "e" tags. The "p" t
### Client behavior
Clients which recieve a pubkey deletion event SHOULD treat all events from that pubkey as if they were deleted in accordance with [NIP-09](09.md).
Clients which recieve a pubkey revocation event SHOULD treat all events from that pubkey as if they were deleted in accordance with [NIP-09](09.md).
Clients may give users the option to "Revoke your public key" with this type of event. Clients SHOULD display a prominent message explaining that the action is not reversible, SHOULD explain that this does not guarantee their posts are deleted forever, and SHOULD require special confirmation such as requiring the user to type a message.
@ -34,4 +34,4 @@ Relays SHOULD preserve events of kind `5` from the pubkey, as well as continue t
"content": "",
// ...
}
```
```