nordabiz/blueprints/messages
Maciej Pienczyn 58485fc6c1
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: pass app_root to MessageUploadService in message sending
MessageUploadService.__init__() requires app_root but was called
without arguments, causing send_message errors and double-sending
due to JS retry. Now uses current_app.root_path.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 23:08:57 +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 feat(messages): redirect old inbox to new conversation view 2026-03-27 13:25:26 +01:00
sse_routes.py feat(messages): add SSE stream, typing indicator, and presence endpoints 2026-03-27 13:01:37 +01:00