From 190b7b9d71542d84c308edc342f9c680356ab3a6 Mon Sep 17 00:00:00 2001 From: benya Date: Sun, 8 Mar 2026 20:09:48 +0300 Subject: [PATCH] docs(checklist): mark typing module partial until video recorder emit is wired --- docs/core-checklist-status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core-checklist-status.md b/docs/core-checklist-status.md index 5823eba..3899bff 100644 --- a/docs/core-checklist-status.md +++ b/docs/core-checklist-status.md @@ -21,7 +21,7 @@ Legend: 12. Pinning - `DONE` (message/chat pin-unpin) 13. Reactions - `DONE` 14. Delivery Status - `DONE` (sent/delivered/read + reconnect reconciliation after backend restarts) -15. Typing Realtime - `DONE` (typing start/stop + recording voice/video start/stop via realtime events) +15. Typing Realtime - `PARTIAL` (typing start/stop + recording voice start/stop live; recording video start/stop wired in protocol, pending full UI emitter flow) 16. Media & Attachments - `DONE` (upload/preview/download/gallery) 17. Voice Messages - `PARTIAL` (record/send/play/seek + global speed 1x/1.5x/2x; recorder now uses mime fallback + chunked capture; UX still being polished) 18. Circle Video Messages - `PARTIAL` (send/play present, recording UX basic)