mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Update API scheme to layer 126.
This commit is contained in:
@@ -1144,7 +1144,8 @@ void GroupCall::broadcastPartStart(std::shared_ptr<LoadPartTask> task) {
|
||||
rejoin();
|
||||
return;
|
||||
}
|
||||
const auto status = MTP::IsFloodError(error)
|
||||
const auto status = (MTP::IsFloodError(error)
|
||||
|| error.type() == u"TIME_TOO_BIG"_q)
|
||||
? Status::NotReady
|
||||
: Status::ResyncNeeded;
|
||||
finish({
|
||||
|
Reference in New Issue
Block a user