2
0
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:
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

@@ -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) {