This commit is contained in:
Phoenix 2025-06-27 16:48:02 +08:00
parent 871e33990a
commit 435700cc4f

View File

@ -534,7 +534,6 @@ const checkVisibleOutElements = () => {
})
if (waitDoCheck.length > 0) {
waitDoCheck.forEach((doCheckItem) => {
console.error('====组装了新版已读回执参数需要发送socket=====', doCheckItem)
ws.emit('im.message.listen.read', doCheckItem)
})
}