mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Version 1.7.10: Ownership transfer flood errors.
This commit is contained in:
@@ -637,9 +637,9 @@ void PasscodeBox::sendClearCloudPassword(
|
||||
MTPSecureSecretSettings())
|
||||
)).done([=](const MTPBool &result) {
|
||||
setPasswordDone({});
|
||||
}).handleFloodErrors().fail([=](const RPCError &error) mutable {
|
||||
}).fail([=](const RPCError &error) mutable {
|
||||
setPasswordFail({}, QString(), error);
|
||||
}).send();
|
||||
}).handleFloodErrors().send();
|
||||
}
|
||||
|
||||
void PasscodeBox::setNewCloudPassword(const QString &newPassword) {
|
||||
|
Reference in New Issue
Block a user