mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-22 08:25:53 -05:00
make explicit that root event tag is compulsory
This commit is contained in:
parent
a8fab58526
commit
2c05551351
1
28.md
1
28.md
|
@ -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>],
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue
Block a user