From 4640801a535c312e931a51ab37bbc18a5c45dc13 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Fri, 16 May 2025 10:09:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=A8=E9=80=81=E9=94=99=E8=AF=AF,?= =?UTF-8?q?=E4=B8=8D=E6=8F=90=E7=A4=BA=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/ConversationStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/ConversationStore.js b/src/stores/ConversationStore.js index 6b34251..f64a16b 100644 --- a/src/stores/ConversationStore.js +++ b/src/stores/ConversationStore.js @@ -196,7 +196,7 @@ const websocketSlice = (set, get) => ({ if ([ 'whatsapp.message.updated', 'message', 'error', 'email.updated', 'wai.message.updated', - ].includes(resultType)) { + ].includes(resultType) && !isEmpty(msgUpdate)) { updateMessageItem(msgUpdate); } if (!isEmpty(msgRender)) {