Merge pull request #996 from kingbased/scale

Alternative method for scale generations
This commit is contained in:
Cohee
2023-08-22 16:41:07 +03:00
committed by GitHub
6 changed files with 183 additions and 20 deletions

View File

@ -1386,7 +1386,7 @@ export async function createNewGroupChat(groupId) {
group.chat_metadata = {};
updateChatMetadata(group.chat_metadata, true);
await editGroup(group.id, true);
await editGroup(group.id, true, false);
await getGroupChat(group.id);
}