const _content = content console.log(_content) await ChatMessage.create({ content: _content, speaker: ChatMessage.getSpeaker(), whisper: [], style:CONST.CHAT_MESSAGE_STYLES.OTHER, })