Merge branch 'master' into features/64-bit

This commit is contained in:
Ali
2021-07-14 23:31:33 +02:00
100 changed files with 5660 additions and 5031 deletions

View File

@@ -744,7 +744,7 @@ public class ChatListControllerImpl: TelegramBaseController, ChatListController
actionSheet?.dismissAnimated()
if let strongSelf = self {
let _ = removeRecentPeer(account: strongSelf.context.account, peerId: peer.id).start()
let _ = strongSelf.context.engine.peers.removeRecentPeer(peerId: peer.id).start()
}
})
]),