[WIP] Gift resale

This commit is contained in:
Ilya Laktyushin
2025-04-12 02:19:32 +04:00
parent da86483d66
commit b130511450
46 changed files with 3554 additions and 196 deletions

View File

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