Commit Graph
3 Commits
Author SHA1 Message Date
benya 4d704fc279 feat: add search APIs and telegram-like chats sidebar flow
CI / test (push) Successful in 24s
- implement chat query filtering and message search endpoints

- add db indexes for search fields

- activate chats search input in web

- replace inline create panel with floating TG-style action menu
2026-03-08 00:19:34 +03:00
benya f6ad480973 feat: add message reliability foundation
CI / test (push) Successful in 23s
- implement idempotent message creation via client_message_id

- add persistent delivered/read receipts

- expose /messages/status and wire websocket receipt events

- update web client to send client ids and auto-ack delivered/read
2026-03-07 23:57:35 +03:00
benya a879ba7b50 first commit 2026-03-07 21:31:38 +03:00