upleb.uk

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

summaryrefslogtreecommitdiff
path: root/10.md
diff options
context:
space:
mode:
authormonlovesmango <96307647+monlovesmango@users.noreply.github.com>2022-12-05 11:22:43 -0600
committerfiatjaf <fiatjaf@gmail.com>2023-01-15 09:18:15 -0300
commitf0842438c149be4834010540a30a4bdea7bee81e (patch)
tree0a242e56090cd69627ae8320c481f4b7f02da795 /10.md
parent6f5f9856b970992bd282d9cac2671975556ba05f (diff)
clarify top level reply behavior
Diffstat (limited to '10.md')
-rw-r--r--10.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/10.md b/10.md
index 1d6f8ee..c0ef9d1 100644
--- a/10.md
+++ b/10.md
@@ -46,7 +46,7 @@ Where:
46 * `<relay-url>` is the URL of a recommended relay associated with the reference. It is NOT optional. 46 * `<relay-url>` is the URL of a recommended relay associated with the reference. It is NOT optional.
47 * `<marker>` is optional and if present is one of `"reply"`, `"root"`, or `"mention"` 47 * `<marker>` is optional and if present is one of `"reply"`, `"root"`, or `"mention"`
48 48
49**The order of marked "e" tags is not relevant.** Those marked with `"reply"` denote the `<reply-id>`. Those marked with `"root"` denote the root id of the reply thread. Those marked with `"mention"` denote a quoted or reposted event id. 49**The order of marked "e" tags is not relevant.** 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.
50 50
51A direct reply to the root of a thread should have a single marked "e" tag of type "root". 51A direct reply to the root of a thread should have a single marked "e" tag of type "root".
52 52