fix load chat change session

This commit is contained in:
duffyduck 2026-03-29 03:22:35 +02:00
parent 1972c4d1b4
commit 8e52b05032
1 changed files with 1 additions and 0 deletions

View File

@ -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') {