Port Handle chat messages in sync way for 2.3

This commit is contained in:
Tainan Felipe 2020-11-20 16:26:34 -03:00
parent 5825e15dc9
commit 091c5f3932

View File

@ -8,5 +8,5 @@ export default function handleGroupChatMsgBroadcast({ body }, meetingId) {
check(chatId, String);
check(msg, Object);
return addGroupChatMsg(meetingId, chatId, msg);
addGroupChatMsg(meetingId, chatId, msg);
}