mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-21 10:03:03 +00:00
Bring back unauthorized bootstrap
This commit is contained in:
@@ -183,7 +183,7 @@ public class UnauthorizedAccount {
|
||||
})
|
||||
|
||||
network.context.performBatchUpdates({
|
||||
/*var datacenterIds: [Int] = [1, 2]
|
||||
var datacenterIds: [Int] = [1, 2]
|
||||
if !testingEnvironment {
|
||||
datacenterIds.append(contentsOf: [4])
|
||||
}
|
||||
@@ -191,8 +191,8 @@ public class UnauthorizedAccount {
|
||||
if network.context.authInfoForDatacenter(withId: id) == nil {
|
||||
network.context.authInfoForDatacenter(withIdRequired: id, isCdn: false)
|
||||
}
|
||||
}*/
|
||||
//network.context.beginExplicitBackupAddressDiscovery()
|
||||
}
|
||||
network.context.beginExplicitBackupAddressDiscovery()
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user