Port Handle chat messages in sync way for 2.3
This commit is contained in:
parent
5825e15dc9
commit
091c5f3932
@ -8,5 +8,5 @@ export default function handleGroupChatMsgBroadcast({ body }, meetingId) {
|
|||||||
check(chatId, String);
|
check(chatId, String);
|
||||||
check(msg, Object);
|
check(msg, Object);
|
||||||
|
|
||||||
return addGroupChatMsg(meetingId, chatId, msg);
|
addGroupChatMsg(meetingId, chatId, msg);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user