mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
[WIP] Gift resale
This commit is contained in:
parent
da86483d66
commit
b130511450
46 changed files with 3554 additions and 196 deletions
|
|
@ -357,6 +357,8 @@ public final class ChatListSearchContainerNode: SearchDisplayControllerContentNo
|
|||
key = .music
|
||||
case .voice:
|
||||
key = .voice
|
||||
case .instantVideo:
|
||||
key = .instantVideo
|
||||
case .publicPosts:
|
||||
key = .publicPosts
|
||||
case let .date(minDate, maxDate, title):
|
||||
|
|
@ -685,6 +687,8 @@ public final class ChatListSearchContainerNode: SearchDisplayControllerContentNo
|
|||
filterKey = .music
|
||||
case .voice:
|
||||
filterKey = .voice
|
||||
case .instantVideo:
|
||||
filterKey = .instantVideo
|
||||
case .publicPosts:
|
||||
filterKey = .publicPosts
|
||||
}
|
||||
|
|
@ -725,6 +729,8 @@ public final class ChatListSearchContainerNode: SearchDisplayControllerContentNo
|
|||
key = .music
|
||||
case .voice:
|
||||
key = .voice
|
||||
case .instantVideo:
|
||||
key = .instantVideo
|
||||
case .downloads:
|
||||
key = .downloads
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue