make explicit that root event tag is compulsory

This commit is contained in:
cj-ibex 2023-03-07 21:38:32 -06:00 committed by fiatjaf_
parent a8fab58526
commit 2c05551351

1
28.md
View File

@ -84,6 +84,7 @@ Reply to another message:
{ {
"content": <string>, "content": <string>,
"tags": [ "tags": [
["e", <kind_40_event_id>, <relay-url>, "root"],
["e", <kind_42_event_id>, <relay-url>, "reply"], ["e", <kind_42_event_id>, <relay-url>, "reply"],
["p", <pubkey>, <relay-url>], ["p", <pubkey>, <relay-url>],
... ...