upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/09.md
diff options
context:
space:
mode:
authorkhimaros <me@khimaros.com>2022-11-14 09:02:07 -0800
committerfiatjaf <fiatjaf@gmail.com>2022-11-14 14:52:29 -0300
commita0852a7cbeafdd9a00537dda8ece29fda9124de0 (patch)
tree99a2c0033f56d70182febe1173f48e467c989419 /09.md
parent30f1e64e01f3999c8bcfedd0c9de74f8cf77f404 (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.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/09.md b/09.md
index 0a0d149..881eb8a 100644
--- a/09.md
+++ b/09.md
@@ -27,7 +27,9 @@ For example:
27} 27}
28``` 28```
29 29
30Relays 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. 30Relays 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
32Relays 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