mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-10 06:09:08 -05:00
NIP-69: deletion --> revocation
This commit is contained in:
parent
8f822946d4
commit
a45cf22ed6
4
69.md
4
69.md
|
@ -10,7 +10,7 @@ Events of [kind `5`](09.md) may contain a "p" tag instead of "e" tags. The "p" t
|
||||||
|
|
||||||
### Client behavior
|
### 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.
|
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": "",
|
"content": "",
|
||||||
// ...
|
// ...
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user