This commit is contained in:
Vitor Pamplona 2024-03-29 10:21:30 -04:00
parent 41ecd11cb5
commit 8f3f99c7d3

4
09.md
View File

@ -8,7 +8,7 @@ Event Deletion
Event kind `5` describes a deletion event. It MUST contain a list of `e` or `a` tags, each referencing the events the author is requesting to be deleted. Event kind `5` describes a deletion event. It MUST contain a list of `e` or `a` tags, each referencing the events the author is requesting to be deleted.
`a` tags request the deletion of all past versions of a replaceable event: all versions whose `.created_at` is less or equal the deletion request's `created_at`. `a` tags request the deletion of all past versions of a replaceable event: all versions whose `.created_at` is less or equal to the deletion request's `created_at`.
The `.content` MAY contain the reason for the deletion. `k` tags MAY be added to describe the kinds of the referenced events. The `.content` MAY contain the reason for the deletion. `k` tags MAY be added to describe the kinds of the referenced events.
@ -36,7 +36,7 @@ Relays SHOULD continue to publish/share the deletion events indefinitely, as cli
Clients SHOULD hide or otherwise indicate a deleted status for referenced events. Clients SHOULD hide or otherwise indicate a deleted status for referenced events.
Clients SHOULD broadcast deletion events to other relays which don't have it. Clients SHOULD broadcast deletion events to other relays that don't have it.
## Deleting a Deletion ## Deleting a Deletion