Fixed typo

This commit is contained in:
splitclover 2024-06-21 13:19:36 +02:00 committed by GitHub
parent 2a1704add0
commit 3092c68a05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9216,7 +9216,7 @@ 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_DELETED);
await eventSource.emit(event_types.GROUP_CHAT_CREATED);
}
else {
//RossAscends: added character name to new chat filenames and replaced Date.now() with humanizedDateTime;