[Bots] Verify Bots Group Integrity on join (#2980)

This commit is contained in:
Aeadoin 2023-02-23 03:36:43 -05:00 committed by GitHub
parent afaa8f4100
commit 7c7a88650b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4547,6 +4547,7 @@ bool Bot::AddBotToGroup(Bot* bot, Group* group) {
group->SendUpdate(groupActUpdate, TempLeader);
}
}
group->VerifyGroup();
Result = true;
}
}