wujingjing
2025-04-07 07f5e49d4031f74c296fe01bb79e913c864979e5
src/components/chat/hooks/useSyncMsg.ts
@@ -52,7 +52,10 @@
         const groupId = unref(historyGroupId);
         const startGroupId = data?.history_group_id;
         if (groupId !== startGroupId) return;
         showTip(data);
         const isDigitalHuman = data?.is_digital_human;
         if (!isDigitalHuman) {
            showTip(data);
         }
      }
      if (data?.type === 'chat_history_id') {
         const groupId = unref(historyGroupId);