mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[WIP] Dynamic video streaming
This commit is contained in:
@@ -216,7 +216,7 @@ func managedSynchronizeAvailableMessageEffects(postbox: Postbox, network: Networ
|
||||
case let .availableEffects(hash, effects, documents):
|
||||
var files: [Int64: TelegramMediaFile] = [:]
|
||||
for document in documents {
|
||||
if let file = telegramMediaFileFromApiDocument(document) {
|
||||
if let file = telegramMediaFileFromApiDocument(document, altDocuments: []) {
|
||||
files[file.fileId.id] = file
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user