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);