mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 23:45:44 +00:00
Limit special config request types.
This commit is contained in:
@@ -542,7 +542,7 @@ void Instance::Private::syncHttpUnixtime() {
|
||||
InvokeQueued(_instance, [=] {
|
||||
_httpUnixtimeLoader = nullptr;
|
||||
});
|
||||
}, configValues().txtDomainString);
|
||||
}, isTestMode(), configValues().txtDomainString);
|
||||
}
|
||||
|
||||
void Instance::Private::restartedByTimeout(ShiftedDcId shiftedDcId) {
|
||||
|
Reference in New Issue
Block a user