From 8e52b05032dc2bf3a8702dc1fb59a70251870c3b Mon Sep 17 00:00:00 2001 From: duffyduck Date: Sun, 29 Mar 2026 03:22:35 +0200 Subject: [PATCH] fix load chat change session --- diagnostic/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/diagnostic/index.html b/diagnostic/index.html index 29a9459..8279552 100644 --- a/diagnostic/index.html +++ b/diagnostic/index.html @@ -597,6 +597,7 @@ if (msg.type === 'active_session') { updateActiveSessionBar(msg.sessionKey); loadSessions(); // Tabelle neu rendern + send({ action: 'load_chat_history' }); // Chat-Verlauf der neuen Session laden return; } if (msg.type === 'session_created') {