perf: 优化通知类消息字符长度

This commit is contained in:
kuaifan
2022-07-11 07:30:22 +08:00
parent 4561efc3ce
commit 43a4e5741a
2 changed files with 20 additions and 3 deletions

View File

@@ -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)) {