mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fire event after a chat has successfully loaded
This commit is contained in:
@ -4368,6 +4368,7 @@ async function getChat() {
|
||||
}
|
||||
await getChatResult();
|
||||
await saveChat();
|
||||
eventSource.emit('chatLoaded', {detail: {id: this_chid, character: characters[this_chid]}});
|
||||
|
||||
|
||||
setTimeout(function () {
|
||||
|
Reference in New Issue
Block a user