mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Don't change dc after qr request / phone submit.
This commit is contained in:
@@ -417,8 +417,9 @@ void Instance::Private::setGoodProxyDomain(
|
||||
}
|
||||
|
||||
void Instance::Private::suggestMainDcId(DcId mainDcId) {
|
||||
if (_mainDcIdForced) return;
|
||||
setMainDcId(mainDcId);
|
||||
if (!_mainDcIdForced) {
|
||||
setMainDcId(mainDcId);
|
||||
}
|
||||
}
|
||||
|
||||
void Instance::Private::setMainDcId(DcId mainDcId) {
|
||||
|
Reference in New Issue
Block a user