[Temp] Remove reindexing

This commit is contained in:
Isaac 2024-10-15 20:57:54 +04:00
parent 03af8a850c
commit c419459b33

View File

@ -1722,6 +1722,10 @@ private func extractAccountManagerState(records: AccountRecordsView<TelegramAcco
}
private func runCacheReindexTasks(lowImpact: Bool, completion: @escaping () -> Void) -> Disposable {
if "".isEmpty {
return EmptyDisposable
}
let disposable = MetaDisposable()
let _ = (self.sharedContextPromise.get()