mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Merge branch 'master' into wallet-upgrade
This commit is contained in:
commit
44b57ffcce
1 changed files with 1 additions and 1 deletions
|
|
@ -742,7 +742,7 @@ enum ChatListFilterType {
|
|||
case nonContacts
|
||||
}
|
||||
|
||||
func chatListFilterType(postbox: Postbox, filter: ChatListFilter) -> ChatListFilterType {
|
||||
func chatListFilterType(_ filter: ChatListFilter) -> ChatListFilterType {
|
||||
let filterType: ChatListFilterType
|
||||
|
||||
if filter.data.categories == .all {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue