- Navios
- 1 de maio de 2026 às 14:39 UTC
- Autor
- Kamo
- Enviar
- 63fc8f0
Three bugs fixed: 1. ChatSessionSubscriptionManager was building the STOMP messageMap manually and omitting attachments, sourceLanguageId, readMemberId, msgIdLastViewed, and all other event-specific fields. Now forwards every field from the DTO. 2. GET /sessions/{guid}/messages never included attachments in the per-message response. Added @Transactional(readOnly=true) and mapped msgObj.getImages() into an attachments list, matching the shape produced by createMessage. 3. createMessage rejected requests where message body was empty even when attachments were present (400 "Message is required"). Now allows empty text when attachments list is non-empty.