From 7e38123d4a8e8d70a38b10e32768ab65583d1351 Mon Sep 17 00:00:00 2001 From: benya Date: Sun, 8 Mar 2026 18:57:09 +0300 Subject: [PATCH] docs(checklist): mark forwarding module as done --- 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 272a414..4479459 100644 --- a/docs/core-checklist-status.md +++ b/docs/core-checklist-status.md @@ -17,7 +17,7 @@ Legend: 8. Messages (base) - `DONE` (send/read/edit/delete/delete for all; group UI shows sender names over bubbles + sender avatars on incoming message clusters) 9. Message Types - `PARTIAL` (text/photo/video/docs/audio/voice/circle; GIF/stickers via dedicated system missing) 10. Reply/Quote/Threads - `PARTIAL` (reply + quote-like UI + thread panel with nested replies, no dedicated full thread navigation yet) -11. Forwarding - `PARTIAL` (single + bulk; "without author" missing) +11. Forwarding - `DONE` (single + bulk + without author) 12. Pinning - `DONE` (message/chat pin-unpin) 13. Reactions - `DONE` 14. Delivery Status - `DONE` (sent/delivered/read + reconnect reconciliation after backend restarts)