From c62839b22bda0e55e15439de644b375ccdd37510 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Fri, 17 Mar 2023 18:42:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A1=8C=E9=9D=A2=E7=AB=AF=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E5=AD=90=E7=AA=97=E5=8F=A3=E6=B6=88=E6=81=AF=E6=95=B0?= =?UTF-8?q?=E5=80=8D=E6=95=B0=E5=A2=9E=E9=95=BF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/store/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/store/actions.js b/resources/assets/js/store/actions.js index 005d0fd91..d0f195916 100644 --- a/resources/assets/js/store/actions.js +++ b/resources/assets/js/store/actions.js @@ -2814,7 +2814,7 @@ export default { // 新增回复数量 dispatch("increaseMsgReplyNum", data); // - if (mode === "chat") { + if (mode === "chat" || $A.isSubElectron) { return; } if (data.userid !== state.userId) {