mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
stronger wording for relay deletion behavior
- change "MAY" to "SHOULD" for removing referenced events - suggest indefinite retention for deletion events on relays - include recommendation for clients to rebroadcast deletion events to relays
This commit is contained in:
parent
30f1e64e01
commit
a0852a7cbe
4
09.md
4
09.md
|
@ -27,7 +27,9 @@ For example:
|
|||
}
|
||||
```
|
||||
|
||||
Relays MAY delete or stop publishing any referenced events that have an identical `pubkey` as the deletion request. Clients may hide or otherwise indicate a deletion status for referenced events.
|
||||
Relays SHOULD delete or stop publishing any referenced events that have an identical `pubkey` as the deletion request. Clients SHOULD hide or otherwise indicate a deletion status for referenced events.
|
||||
|
||||
Relays SHOULD continue to publish/share the deletion events indefinitely, as clients may already have the event that's intended to be deleted. Additionally, clients SHOULD broadcast deletion events to other relays which don't have it.
|
||||
|
||||
## Client Usage
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user