2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Version 1.7.10: Ownership transfer flood errors.

This commit is contained in:
John Preston
2019-06-24 15:14:07 +02:00
parent 84aaec30a1
commit f77b11975b
2 changed files with 3 additions and 4 deletions

View File

@@ -563,8 +563,7 @@ void EditAdminBox::sendTransferRequestFrom(
if (weak && !recoverable) {
closeBox();
}
})).send();
})).handleFloodErrors().send();
}
void EditAdminBox::refreshAboutAddAdminsText(bool canAddAdmins) {