no message

This commit is contained in:
kuaifan
2025-11-06 14:23:39 +00:00
parent 2fad6394ee
commit 80d1e6469e
5 changed files with 18 additions and 18 deletions

View File

@@ -66,7 +66,7 @@ class BotReceiveMsgTask extends AbstractTask
}
// 判断消息是否存在
$msg = WebSocketDialogMsg::with(['user', 'webSocketDialog'])->find($this->msgId);
$msg = WebSocketDialogMsg::with(['user'])->find($this->msgId);
if (empty($msg)) {
return;
}