From 247b9ee0c1a6f95433559a488deda5c504d172b3 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Wed, 12 Apr 2023 18:17:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E7=8F=AD=E9=9D=99=E9=BB=98=E6=8E=A8?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/Api/PublicController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Api/PublicController.php b/app/Http/Controllers/Api/PublicController.php index 14edb7e3a..4e8eaf097 100755 --- a/app/Http/Controllers/Api/PublicController.php +++ b/app/Http/Controllers/Api/PublicController.php @@ -158,7 +158,7 @@ class PublicController extends AbstractController if ($suff) { $text = "{$text}

----------

{$suff}

"; } - WebSocketDialogMsg::sendMsg(null, $dialog->id, 'text', ['text' => $text], $botUser->userid); + WebSocketDialogMsg::sendMsg(null, $dialog->id, 'text', ['text' => $text], $botUser->userid, false, false, $type != "up"); } }; if ($timeAdvance <= Base::time() && Base::time() < $timeEnd) {