diff options
| author | Clawd <ai@clawd.bot> | 2026-03-08 10:03:59 -0700 |
|---|---|---|
| committer | Clawd <ai@clawd.bot> | 2026-03-08 10:03:59 -0700 |
| commit | 2b3308533f7e2f4a4d13ff3f743390d2f2a702ae (patch) | |
| tree | 41f95dfa1b00251cfaf46eedd72c63e33e71a5fb /docs | |
| parent | 975acc2bf48ddbd98d58864ba04f95b2fcca6803 (diff) | |
Update typing indicator spec with root+reply tags
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/typing-indicators.md | 6 |
1 files changed, 4 insertions, 2 deletions
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. | |||
| 16 | "content": "<status>", | 16 | "content": "<status>", |
| 17 | "tags": [ | 17 | "tags": [ |
| 18 | ["p", "<recipient_pubkey>"], | 18 | ["p", "<recipient_pubkey>"], |
| 19 | ["e", "<event_id_being_replied_to>", "", "reply"] | 19 | ["e", "<thread_root_id>", "", "root"], |
| 20 | ["e", "<event_being_replied_to>", "", "reply"] | ||
| 20 | ], | 21 | ], |
| 21 | "created_at": <unix_timestamp>, | 22 | "created_at": <unix_timestamp>, |
| 22 | "pubkey": "<sender_pubkey>", | 23 | "pubkey": "<sender_pubkey>", |
| @@ -37,7 +38,8 @@ Per NIP-01, kinds 20000-29999 are ephemeral and should not be stored by relays. | |||
| 37 | ### Tags | 38 | ### Tags |
| 38 | 39 | ||
| 39 | - `p` (required): Pubkey of the recipient | 40 | - `p` (required): Pubkey of the recipient |
| 40 | - `e` (optional): Event being replied to, with `reply` marker | 41 | - `e` with `root` marker: Thread root event ID |
| 42 | - `e` with `reply` marker: Specific event being replied to | ||
| 41 | 43 | ||
| 42 | ## Client Behavior | 44 | ## Client Behavior |
| 43 | 45 | ||
