mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-04 08:17:04 +00:00
修复无法emiji标记别人的消息
This commit is contained in:
parent
50f5b7fcf7
commit
7a9ad7163b
@ -675,7 +675,7 @@ class DialogController extends AbstractController
|
||||
return Base::retError("参数错误");
|
||||
}
|
||||
//
|
||||
$msg = WebSocketDialogMsg::whereId($msg_id)->whereUserid($user->userid)->first();
|
||||
$msg = WebSocketDialogMsg::whereId($msg_id)->first(); // 不限制会员身份
|
||||
if (empty($msg)) {
|
||||
return Base::retError("消息不存在或已被删除");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user