nordabiz/blueprints/messages
Maciej Pienczyn c293e7b631
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
fix: unread badge counts only new conversation system, removes legacy PM/group counting
Legacy private_messages and group_messages are no longer used.
Badge now only counts from conv_messages table.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 16:28:50 +02:00
..
__init__.py feat(messages): add reactions and pins API 2026-03-27 13:09:36 +01:00
CLAUDE.md claude-mem plugin v10.3.3 2026-02-23 10:33:26 +01:00
conversation_routes.py improve(messages): add group roles (admin/member) with role management UI 2026-04-08 16:42:17 +02:00
group_routes.py feat(messages): delete group and delete individual messages 2026-03-20 12:26:50 +01:00
link_preview.py feat(messages): add link preview for URLs in messages 2026-03-27 13:10:34 +01:00
message_routes.py fix: pass app_root to MessageUploadService in message sending 2026-04-09 23:08:57 +02:00
reaction_routes.py feat(messages): add reactions and pins API 2026-03-27 13:09:36 +01:00
routes.py fix: unread badge counts only new conversation system, removes legacy PM/group counting 2026-04-10 16:28:50 +02:00
sse_routes.py feat(messages): add SSE stream, typing indicator, and presence endpoints 2026-03-27 13:01:37 +01:00