This commit is contained in:
yj 2025-02-25 15:29:28 +08:00
parent 550073a73a
commit b4d03efec7
1 changed files with 1 additions and 1 deletions

View File

@ -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,