diff options
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 | ||