mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Storage improvements
This commit is contained in:
@@ -1317,7 +1317,7 @@ private func extractAccountManagerState(records: AccountRecordsView<TelegramAcco
|
||||
var signals: Signal<Never, NoError> = .complete()
|
||||
|
||||
for (_, context, _) in activeAccounts.accounts {
|
||||
signals = signals |> then(context.account.cleanupTasks())
|
||||
signals = signals |> then(context.account.cleanupTasks(lowImpact: false))
|
||||
}
|
||||
|
||||
disposable.set(signals.start(completed: {
|
||||
|
||||
Reference in New Issue
Block a user