mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-22 08:25:53 -05:00
adjust DM deletion require matching relay service url
This commit is contained in:
parent
4b73e751b4
commit
553de6638d
6
62.md
6
62.md
|
@ -30,13 +30,13 @@ Content MAY include a reason or a legal notice to the relay operator.
|
||||||
|
|
||||||
Relays MUST fully delete any events from the `.pubkey` if their service URL is tagged in the event.
|
Relays MUST fully delete any events from the `.pubkey` if their service URL is tagged in the event.
|
||||||
|
|
||||||
Relays SHOULD delete all [NIP-59](59.md) Gift Wraps that p-tagged the `.pubkey`, deleting all DMs to the pubkey.
|
Relays SHOULD delete all [NIP-59](59.md) Gift Wraps that p-tagged the `.pubkey` if their service URL is tagged in the event, deleting all DMs to the pubkey.
|
||||||
|
|
||||||
Relays MUST ensure the deleted events cannot be re-broadcasted into the relay.
|
Relays MUST ensure the deleted events cannot be re-broadcasted into the relay.
|
||||||
|
|
||||||
Relays MAY store the signed deletion request for bookkeeping.
|
Relays MAY store the signed request to vanish 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 to vanish regardless of the user's status.
|
||||||
|
|
||||||
Publishing a deletion request event (Kind `5`) against a request to vanish has no effect. Clients and relays are not obliged to support "unrequest vanish" functionality.
|
Publishing a deletion request event (Kind `5`) against a request to vanish has no effect. Clients and relays are not obliged to support "unrequest vanish" functionality.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user