Various fixes

This commit is contained in:
Ilya Laktyushin
2025-03-08 00:05:30 +04:00
parent af654744b0
commit 368f6695e1
9 changed files with 224 additions and 106 deletions

View File

@@ -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)
}