mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-10 06:09:08 -05:00
Adds k tag
This commit is contained in:
parent
7c999e554d
commit
b29ced8df6
3
09.md
3
09.md
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user