mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Initial downloads list implementation
This commit is contained in:
@@ -556,7 +556,7 @@ final class WatchMediaHandler: WatchRequestHandler {
|
||||
imageSignal = chatMessageVideoThumbnail(account: context.account, fileReference: fileReference)
|
||||
roundVideo = fileReference.media.isInstantVideo
|
||||
} else if let iconImageRepresentation = smallestImageRepresentation(fileReference.media.previewRepresentations) {
|
||||
imageSignal = chatWebpageSnippetFile(account: context.account, fileReference: fileReference, representation: iconImageRepresentation)
|
||||
imageSignal = chatWebpageSnippetFile(account: context.account, mediaReference: fileReference.abstract, representation: iconImageRepresentation)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user