mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various fixes
This commit is contained in:
@@ -146,6 +146,9 @@ final class ContactMultiselectionControllerNode: ASDisplayNode {
|
||||
))
|
||||
} else if chatSelection.disableChannels || chatSelection.disableBots {
|
||||
var categories: ChatListFilterPeerCategories = [.contacts, .nonContacts, .groups, .bots, .channels]
|
||||
if chatSelection.disableContacts {
|
||||
categories.remove(.contacts)
|
||||
}
|
||||
if chatSelection.disableChannels {
|
||||
categories.remove(.channels)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user