fix load chat change session
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user