From 971f985c6ab69bb7a90457a3b3126597c35c45fe Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Mon, 18 Nov 2024 06:41:28 -0800 Subject: [PATCH] remove quote language from nip 10 --- 10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10.md b/10.md index 94db4fa..5f056b6 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".