Files
fusion/.changeset/fn-4857-quickchat-room-attachments.md
Fusion (runfusion.ai) 01276d66ca feat(FN-4857): complete Step 8 — document room attachment endpoints
Fusion-Task-Id: FN-4857
Fusion-Task-Lineage: 52e7b1cd-ec8f-4b6c-abfc-08c91e321b9e
2026-05-17 01:37:42 -07:00

350 B

@runfusion/fusion
@runfusion/fusion
minor

Quick Chat and ChatView now support sending file attachments when a chat room is active. Added room attachment upload and fetch endpoints (POST /api/chat/rooms/:id/attachments, GET /api/chat/rooms/:id/attachments/:filename) and wired room message sends to upload pending files before persisting room messages.