Merge branch 'master' into wallet-upgrade

This commit is contained in:
Ali 2020-03-24 21:02:24 +04:00
commit 44b57ffcce

View File

@ -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 {