mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Merge commit 'f2e45882cd06e90cf194403f39a52bca2d009d81'
# Conflicts: # submodules/TelegramCore/Sources/TelegramEngine/Peers/ChatListFiltering.swift
This commit is contained in:
commit
53424b51d4
@ -394,7 +394,6 @@ extension ChatListFilter {
|
||||
if emoticon != nil {
|
||||
flags |= 1 << 25
|
||||
}
|
||||
|
||||
return .dialogFilterCommunity(flags: flags, id: id, title: title, emoticon: emoticon, pinnedPeers: data.includePeers.pinnedPeers.compactMap { peerId -> Api.InputPeer? in
|
||||
return transaction.getPeer(peerId).flatMap(apiInputPeer)
|
||||
}, includePeers: data.includePeers.peers.compactMap { peerId -> Api.InputPeer? in
|
||||
|
Loading…
x
Reference in New Issue
Block a user