upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcj-ibex <chongjin@ibexmercado.com>2023-03-07 21:38:32 -0600
committerfiatjaf_ <fiatjaf@gmail.com>2023-03-08 07:31:32 -0300
commit2c055513519df1cb8f3fc0944f6a873e64771944 (patch)
tree078b809f272b1915b6de2a45689450d1d9cee350
parenta8fab58526f3cafa9d511512e2881f505fbe1626 (diff)
make explicit that root event tag is compulsory
-rw-r--r--28.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/28.md b/28.md
index d72e7ab..169ae4f 100644
--- a/28.md
+++ b/28.md
@@ -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 ...