no message

This commit is contained in:
kuaifan
2025-04-18 14:01:33 +08:00
parent 5aed9ce29e
commit b3b7589db3
8 changed files with 74 additions and 38 deletions

View File

@@ -387,7 +387,7 @@ class ZincSearchDialogMsg
}
if ($dialogMsg->bot) {
// 如果是机器人消息,跳过
return true;
continue;
}
/** @var WebSocketDialogUser $dialogUser */
foreach ($userDialogs[$dialogMsg->dialog_id] as $dialogUser) {