mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
[WIP] Dynamic video streaming
This commit is contained in:
@@ -183,7 +183,7 @@ private func fetchStickerPack(network: Network, info: StickerPackCollectionInfo)
|
||||
}
|
||||
|
||||
for apiDocument in documents {
|
||||
if let file = telegramMediaFileFromApiDocument(apiDocument), let id = file.id {
|
||||
if let file = telegramMediaFileFromApiDocument(apiDocument, altDocuments: []), let id = file.id {
|
||||
let fileIndexKeys: [MemoryBuffer]
|
||||
if let indexKeys = indexKeysByFile[id] {
|
||||
fileIndexKeys = indexKeys
|
||||
|
||||
Reference in New Issue
Block a user