This commit is contained in:
parent
550073a73a
commit
b4d03efec7
|
|
@ -2224,7 +2224,7 @@ const Meeting: React.FC = () => {
|
|||
const sendMsg = (text?: string): void => {
|
||||
let msg = text ? text : textMsg;
|
||||
if (msg) {
|
||||
setRoomUserItem((res: any) => {
|
||||
setRoomUserList((res: any) => {
|
||||
let row = res.find((item: any) => item.uid === userInfo.uid)
|
||||
window.electron.onInvoke('sendChannelMsg', {
|
||||
roomNum: state.channelId,
|
||||
|
|
|
|||
Loading…
Reference in New Issue