From 2b3308533f7e2f4a4d13ff3f743390d2f2a702ae Mon Sep 17 00:00:00 2001 From: Clawd Date: Sun, 8 Mar 2026 10:03:59 -0700 Subject: Update typing indicator spec with root+reply tags --- docs/typing-indicators.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/typing-indicators.md b/docs/typing-indicators.md index a85633d..ec23dc5 100644 --- a/docs/typing-indicators.md +++ b/docs/typing-indicators.md @@ -16,7 +16,8 @@ Per NIP-01, kinds 20000-29999 are ephemeral and should not be stored by relays. "content": "", "tags": [ ["p", ""], - ["e", "", "", "reply"] + ["e", "", "", "root"], + ["e", "", "", "reply"] ], "created_at": , "pubkey": "", @@ -37,7 +38,8 @@ Per NIP-01, kinds 20000-29999 are ephemeral and should not be stored by relays. ### Tags - `p` (required): Pubkey of the recipient -- `e` (optional): Event being replied to, with `reply` marker +- `e` with `root` marker: Thread root event ID +- `e` with `reply` marker: Specific event being replied to ## Client Behavior -- cgit v1.2.3