Apply fix for group chats

This commit is contained in:
Cohee
2024-06-21 12:59:18 +00:00
parent 7667231137
commit 56710fee39
2 changed files with 3 additions and 1 deletions

View File

@@ -9219,7 +9219,6 @@ jQuery(async function () {
if (selected_group) {
await createNewGroupChat(selected_group);
if (isDelChatCheckbox) await deleteGroupChat(selected_group, chat_file_for_del);
await eventSource.emit(event_types.GROUP_CHAT_CREATED);
}
else {
//RossAscends: added character name to new chat filenames and replaced Date.now() with humanizedDateTime;