diff options
| author | khimaros <me@khimaros.com> | 2022-11-14 09:02:07 -0800 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2022-11-14 14:52:29 -0300 |
| commit | a0852a7cbeafdd9a00537dda8ece29fda9124de0 (patch) | |
| tree | 99a2c0033f56d70182febe1173f48e467c989419 /09.md | |
| parent | 30f1e64e01f3999c8bcfedd0c9de74f8cf77f404 (diff) | |
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
Diffstat (limited to '09.md')
| -rw-r--r-- | 09.md | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -27,7 +27,9 @@ For example: | |||
| 27 | } | 27 | } |
| 28 | ``` | 28 | ``` |
| 29 | 29 | ||
| 30 | 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. | 30 | 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. |
| 31 | |||
| 32 | 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. | ||
| 31 | 33 | ||
| 32 | ## Client Usage | 34 | ## Client Usage |
| 33 | 35 | ||