diff --git a/chatto/src/main/javascript/ts/src/view/ChatView.ts b/chatto/src/main/javascript/ts/src/view/ChatView.ts index 7a10b6f..5f77dfc 100644 --- a/chatto/src/main/javascript/ts/src/view/ChatView.ts +++ b/chatto/src/main/javascript/ts/src/view/ChatView.ts @@ -158,6 +158,7 @@ export class ChatView implements Observer { fetch(JsonAPI.MESSAGE_POST, { method: 'POST', headers: headers, + body: JSON.stringify(chatMessageDTO) }) .then(response => { log.debug(response);