fix: kill MTP updates checker

This commit is contained in:
ZavaruKitsu 2023-08-11 12:20:16 +00:00
parent 341cb062a4
commit 83e24449f5

View file

@ -1249,9 +1249,13 @@ void Updater::start(bool forceWait) {
startImplementation(
&_httpImplementation,
std::make_unique<HttpChecker>(_testing));
startImplementation(
&_mtpImplementation,
std::make_unique<MtpChecker>(_session, _testing));
// AyuGram: removed
if (false) {
startImplementation(
&_mtpImplementation,
std::make_unique<MtpChecker>(_session, _testing));
}
_checking.fire({});
} else {