Skip to content
Snippets Groups Projects
Unverified Commit 047903de authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #12158 from ramonlsouza/issue-12149

fix: Remove sender object from message payload in poll result
parents 6ce2bd84 cf596fa0
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