gsxdsm
f3732afcd0
FN-5858: fix multipart chat attachment sends
Handle multipart chat message requests so uploaded attachments reach the chat manager.
- parse multipart bodies on the chat message SSE endpoint with attachment count and size handling
- persist uploaded message attachments into session storage and forward generated metadata to sendMessage
- add multipart route coverage for successful sends, missing content validation, and the published package changeset
Files changed:
.changeset/fn-5858-chat-multipart-fix.md | 7 ++
.../src/__tests__/chat-attachment-routes.test.ts | 33 ++++++++
.../dashboard/src/__tests__/chat-routes.test.ts | 79 +++++++++++++++++++
.../dashboard/src/routes/register-chat-routes.ts | 92 +++++++++++++++-------
4 files changed, 183 insertions(+), 28 deletions(-)
Fusion-Task-Id: FN-5858
Fusion-Task-Lineage: 3b1320a7-14ba-4699-8bfd-eba193a5de7e
2026-06-02 00:07:07 -07:00
..
2026-06-02 00:07:07 -07:00
2026-06-02 00:07:07 -07:00
2026-05-07 11:25:01 -07:00
2026-06-01 22:50:41 -07:00
2026-05-12 19:38:39 -07:00
2026-05-16 22:26:42 -07:00
2026-05-26 21:38:25 -07:00
2026-05-30 10:21:49 -07:00
2026-05-19 17:19:02 -07:00
2026-05-05 00:31:36 -07:00
2026-05-05 00:21:21 -07:00
2026-05-07 17:24:11 -07:00
2026-05-14 04:42:32 -07:00
2026-05-11 16:33:16 -07:00
2026-05-28 19:49:31 -07:00
2026-05-20 04:41:04 -07:00
2026-05-16 12:56:31 -07:00
2026-05-18 04:01:51 -07:00
2026-05-31 17:23:26 -07:00
2026-05-30 13:07:49 -07:00
2026-06-01 08:13:36 -07:00
2026-05-20 01:27:22 -07:00
2026-05-28 10:32:16 -07:00
2026-05-28 19:49:31 -07:00
2026-05-18 14:46:20 -07:00
2026-05-18 14:46:20 -07:00
2026-05-04 10:18:38 -07:00
2026-05-15 11:47:03 -07:00
2026-05-19 18:26:18 -07:00
2026-05-31 08:32:01 -07:00
2026-05-28 21:23:48 -07:00
2026-05-31 22:56:07 -07:00
2026-05-10 15:33:24 -07:00
2026-05-18 00:47:08 -07:00
2026-05-16 10:31:44 -07:00
2026-05-17 23:21:34 -07:00
2026-05-06 18:40:52 -07:00
2026-05-11 06:47:43 -07:00
2026-05-11 06:47:43 -07:00
2026-06-01 22:50:41 -07:00
2026-05-07 04:17:52 -07:00
2026-05-23 06:06:51 -07:00
2026-06-01 23:01:26 -07:00
2026-05-19 08:13:06 -07:00
2026-05-31 15:17:11 -07:00
2026-05-17 00:22:57 -07:00
2026-05-17 09:24:28 -07:00