mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Support auto-migrate to supergroups.
This commit is contained in:
@@ -107,11 +107,7 @@ History *FindWastedPin() {
|
||||
}
|
||||
|
||||
void AddChatMembers(not_null<ChatData*> chat) {
|
||||
if (chat->count >= Global::ChatSizeMax() && chat->amCreator()) {
|
||||
// #TODO convert and add inside AddParticipantsBoxController?
|
||||
} else {
|
||||
AddParticipantsBoxController::Start(chat);
|
||||
}
|
||||
AddParticipantsBoxController::Start(chat);
|
||||
}
|
||||
|
||||
bool PinnedLimitReached(Dialogs::Key key) {
|
||||
|
Reference in New Issue
Block a user