await character renamed event

This commit is contained in:
Wolfsblvt 2025-02-17 09:47:35 +01:00
parent 7b65427236
commit 231068f729

View File

@ -6279,7 +6279,7 @@ export async function renameCharacter(name = null, { silent = false, renameChats
saveSettingsDebounced();
}
eventSource.emit(event_types.CHARACTER_RENAMED, oldAvatar, newAvatar);
await eventSource.emit(event_types.CHARACTER_RENAMED, oldAvatar, newAvatar);
// Reload characters list
await getCharacters();