mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Emit event after chat reloading
This commit is contained in:
@@ -1128,6 +1128,8 @@ export async function reloadCurrentChat() {
|
|||||||
resetChatState();
|
resetChatState();
|
||||||
printMessages();
|
printMessages();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
await eventSource.emit(event_types.CHAT_CHANGED, getCurrentChatId());
|
||||||
}
|
}
|
||||||
|
|
||||||
function messageFormatting(mes, ch_name, isSystem, isUser) {
|
function messageFormatting(mes, ch_name, isSystem, isUser) {
|
||||||
|
Reference in New Issue
Block a user