perf: 优化通知类消息字符长度
This commit is contained in:
@@ -1130,7 +1130,7 @@ class DialogController extends AbstractController
|
||||
'data' => [
|
||||
'id' => $msg->id,
|
||||
'type' => $msg->type,
|
||||
'msg' => $msg->msg,
|
||||
'msg' => $msg->quoteTextMsg(),
|
||||
]
|
||||
]);
|
||||
if (Base::isSuccess($res)) {
|
||||
|
||||
Reference in New Issue
Block a user