fix load chat change session
This commit is contained in:
parent
1972c4d1b4
commit
8e52b05032
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue