Adds k tag

This commit is contained in:
Vitor Pamplona 2024-03-28 12:31:05 -04:00
parent 7c999e554d
commit b29ced8df6

3
09.md
View File

@ -8,7 +8,7 @@ Event Deletion
Event kind `5` describes a deletion event. It MUST contain a list of one or more `e` or `a` tags, each referencing the events the author is requesting to be deleted.
The `.content` MAY contain the reason for the deletion.
The `.content` MAY contain the reason for the deletion. An optional `k` tag MAY be added to describe the kind of the referenced events.
```
{
@ -17,6 +17,7 @@ The `.content` MAY contain the reason for the deletion.
"tags": [
["e", "dcd59..464a2"],
["e", "968c5..ad7a4"],
["k", "<kind>"],
["a", "<kind>:<pubkey>:<d-identifier>"]
],
"content": "these posts were published by accident",