diff options
| author | cj-ibex <chongjin@ibexmercado.com> | 2023-03-07 21:38:32 -0600 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-03-08 07:31:32 -0300 |
| commit | 2c055513519df1cb8f3fc0944f6a873e64771944 (patch) | |
| tree | 078b809f272b1915b6de2a45689450d1d9cee350 | |
| parent | a8fab58526f3cafa9d511512e2881f505fbe1626 (diff) | |
make explicit that root event tag is compulsory
| -rw-r--r-- | 28.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -84,6 +84,7 @@ Reply to another message: | |||
| 84 | { | 84 | { |
| 85 | "content": <string>, | 85 | "content": <string>, |
| 86 | "tags": [ | 86 | "tags": [ |
| 87 | ["e", <kind_40_event_id>, <relay-url>, "root"], | ||
| 87 | ["e", <kind_42_event_id>, <relay-url>, "reply"], | 88 | ["e", <kind_42_event_id>, <relay-url>, "reply"], |
| 88 | ["p", <pubkey>, <relay-url>], | 89 | ["p", <pubkey>, <relay-url>], |
| 89 | ... | 90 | ... |