diff --git a/10.md b/10.md index 94db4faebd..5f056b680b 100644 --- a/10.md +++ b/10.md @@ -47,7 +47,7 @@ Where: * `` is optional and if present is one of `"reply"`, `"root"`, or `"mention"`. * `` is optional, SHOULD be the pubkey of the author of the referenced event -Those marked with `"reply"` denote the id of the reply event being responded to. Those marked with `"root"` denote the root id of the reply thread being responded to. For top level replies (those replying directly to the root event), only the `"root"` marker should be used. Those marked with `"mention"` denote a quoted or reposted event id. +Those marked with `"reply"` denote the id of the reply event being responded to. Those marked with `"root"` denote the root id of the reply thread being responded to. For top level replies (those replying directly to the root event), only the `"root"` marker should be used. Those marked with `"mention"` denote a non-root/parent event id in the reply chain, *not* a quote. A direct reply to the root of a thread should have a single marked "e" tag of type "root". diff --git a/18.md b/18.md index 41c9442475..448171faf9 100644 --- a/18.md +++ b/18.md @@ -30,6 +30,11 @@ of the `mark` argument. `["q", , , ]` +When quoting an event by address, `q` tags should follow conventions for `a` tags, +as described in [NIP 01](./01.md). + +`["q", , ]` + Quote reposts MUST include the [NIP-21](21.md) `nevent`, `note`, or `naddr` of the event in the content.