mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Refactoring
This commit is contained in:
@@ -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()
|
||||
}
|
||||
})
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user