mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
[WIP] Gift resale
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user