Video Chat Improvements

This commit is contained in:
Ilya Laktyushin
2021-06-12 18:11:26 +03:00
parent 3b34ee26b7
commit f36bba8143
16 changed files with 321 additions and 88 deletions

View File

@@ -1217,7 +1217,7 @@ public class ChatListControllerImpl: TelegramBaseController, ChatListController
}
}))
self.suggestAutoarchiveDisposable.set((getServerProvidedSuggestions(postbox: self.context.account.postbox)
self.suggestAutoarchiveDisposable.set((getServerProvidedSuggestions(account: self.context.account)
|> deliverOnMainQueue).start(next: { [weak self] values in
guard let strongSelf = self else {
return