mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix build
This commit is contained in:
@@ -1652,7 +1652,7 @@ final class ChatListSearchListPaneNode: ASDisplayNode, ChatListSearchPaneNode {
|
||||
|
||||
let filteredPeer: (EnginePeer, EnginePeer) -> Bool = { peer, accountPeer in
|
||||
if let peerType = requestPeerType {
|
||||
guard !peer.isDeleted else {
|
||||
guard !peer.isDeleted && peer.id != context.account.peerId else {
|
||||
return false
|
||||
}
|
||||
switch peerType {
|
||||
|
||||
Reference in New Issue
Block a user