aboutsummaryrefslogtreecommitdiffstats
path: root/docs/typing-indicators.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/typing-indicators.md')
-rw-r--r--docs/typing-indicators.md6
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