mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-10 06:09:08 -05:00
grammar
This commit is contained in:
parent
41ecd11cb5
commit
8f3f99c7d3
4
09.md
4
09.md
|
@ -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.
|
||||
|
||||
`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.
|
||||
|
||||
|
@ -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 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user