mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Restore account cleanup
This commit is contained in:
parent
96e5db13a5
commit
fd1bf9eddb
@ -373,8 +373,7 @@ public func managedCleanupAccounts(networkArguments: NetworkInitializationArgume
|
|||||||
}
|
}
|
||||||
for (id, attributes, disposable) in beginList {
|
for (id, attributes, disposable) in beginList {
|
||||||
Logger.shared.log("managedCleanupAccounts", "cleanup \(id), current is \(String(describing: view.currentRecord?.id))")
|
Logger.shared.log("managedCleanupAccounts", "cleanup \(id), current is \(String(describing: view.currentRecord?.id))")
|
||||||
//TODO:localize
|
disposable.set(cleanupAccount(networkArguments: networkArguments, accountManager: accountManager, id: id, encryptionParameters: encryptionParameters, attributes: attributes, rootPath: rootPath, auxiliaryMethods: auxiliaryMethods).start())
|
||||||
//disposable.set(cleanupAccount(networkArguments: networkArguments, accountManager: accountManager, id: id, encryptionParameters: encryptionParameters, attributes: attributes, rootPath: rootPath, auxiliaryMethods: auxiliaryMethods).start())
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var validPaths = Set<String>()
|
var validPaths = Set<String>()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user