Skip to content
Snippets Groups Projects
Commit cf596fa0 authored by Ramon Souza's avatar Ramon Souza
Browse files

remove sender object from message payload in poll result

parent 3455b205
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ export default function addSystemMsg(meetingId, chatId, msg) {
});
const msgDocument = {
...msg,
sender: msg.sender.id,
meetingId,
chatId,
message: parseMessage(msg.message),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment