adjust DM deletion require matching relay service url

This commit is contained in:
Vitor Pamplona 2024-10-14 18:22:48 -04:00 committed by GitHub
parent 4b73e751b4
commit 553de6638d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
62.md
View File

@ -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.