From 6698d91382a72922dfee3bc7c20163ab8f70d0eb Mon Sep 17 00:00:00 2001 From: Pablo Fernandez Date: Tue, 5 Dec 2023 10:17:33 +0000 Subject: [PATCH] add nip-10 note --- 29.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/29.md b/29.md index 9d0dbb5..d342ce7 100644 --- a/29.md +++ b/29.md @@ -61,12 +61,17 @@ This is the basic unit of a "microblog" reply note sent to a group. "content": "pizza is disgusting and you should be ashamed", "tags": [ ["h", ""], - [ "e", ""], + ["e", "", "", "root"], ["previous", "", "", ...] ] ... ``` +Replies SHOULD use NIP-10 markers, leaving an empty relay url: + +* `["e", "", "", "root"]` +* `["e", "", "", "reply"]` + - *chat message* (`kind:9`) Similar to `kind:11`, this is the basic unit of a chat message sent to a group.