From 6ad190a09423a2717c1de0be38f4a2fcd672bddd Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 15 Jan 2025 11:56:05 -0500 Subject: [PATCH] Clearly informs that kind 1 replies can only be used with kind 1 events. --- 10.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/10.md b/10.md index 064e56a0..1aefb227 100644 --- a/10.md +++ b/10.md @@ -10,8 +10,6 @@ This NIP defines `kind:1` as a simple plaintext note. ## Abstract -This NIP describes how to use "e" and "p" tags in text events, especially those that are replies to other text events. It helps clients thread the replies into a tree rooted at the original event. - The `.content` property contains some human-readable text. `e` and `p` tags can be used to define note threads, replies and mentions. @@ -19,6 +17,9 @@ The `.content` property contains some human-readable text. Markup languages such as markdown and HTML SHOULD NOT be used. ## Marked "e" tags (PREFERRED) + +Kind 1 events with `e` tags are replies to other kind 1 events. Kind 1 replies MUST NOT be used to reply to other kinds, use [NIP-22](22.md) instead. + `["e", , , , ]` Where: