|
|
|
@ -143,8 +143,11 @@ final class HomeVC : BaseVC, UITableViewDataSource, UITableViewDelegate, NewConv
|
|
|
|
|
appDelegate.startPollerIfNeeded()
|
|
|
|
|
appDelegate.startClosedGroupPollerIfNeeded()
|
|
|
|
|
appDelegate.startOpenGroupPollersIfNeeded()
|
|
|
|
|
// Do this only if we created a new Session ID, or if we already received the initial configuration message
|
|
|
|
|
if UserDefaults.standard[.hasSyncedInitialConfiguration] {
|
|
|
|
|
appDelegate.syncConfigurationIfNeeded()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// Onion request path countries cache
|
|
|
|
|
DispatchQueue.global(qos: .utility).async {
|
|
|
|
|
let _ = IP2Country.shared.populateCacheIfNeeded()
|
|
|
|
|