no message

This commit is contained in:
kuaifan
2022-07-08 11:46:30 +08:00
parent ef7400e9d2
commit 6412efd031
3 changed files with 73 additions and 70 deletions

View File

@@ -343,6 +343,9 @@ class WebSocketDialogMsg extends AbstractModel
if ($userids && !in_array($userid, $userids)) {
continue;
}
if (empty($userid)) {
continue;
}
WebSocketDialogMsgTodo::createInstance([
'dialog_id' => $this->dialog_id,
'msg_id' => $this->id,