Emit events when a new group chat is created

This commit is contained in:
Cohee
2024-03-27 20:44:04 +02:00
parent 9bd1d79f08
commit 5264e2b194
2 changed files with 4 additions and 1 deletions

View File

@@ -8612,7 +8612,6 @@ jQuery(async function () {
}
if (selected_group) {
//Fix it; When you're creating a new group chat (but not when initially converting from the existing regular chat), the first greeting message doesn't automatically get translated.
await createNewGroupChat(selected_group);
if (isDelChatCheckbox) await deleteGroupChat(selected_group, chat_file_for_del);
}