mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Closed beta 1000020001: remove chats list padding. Fix #3098
Also return config requesting at the beginning of each app launch.
This commit is contained in:
@@ -262,7 +262,7 @@ DcId Instance::Private::mainDcId() const {
|
||||
}
|
||||
|
||||
void Instance::Private::configLoadRequest() {
|
||||
if (_configLoader || true) {
|
||||
if (_configLoader) {
|
||||
return;
|
||||
}
|
||||
_configLoader = std::make_unique<internal::ConfigLoader>(_instance, rpcDone([this](const MTPConfig &result) {
|
||||
|
Reference in New Issue
Block a user