mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Filter round videos
This commit is contained in:
@@ -597,6 +597,9 @@ private func filterDownloadStatsEntry(entry: FetchManagerLocationEntry) -> Bool
|
||||
return false
|
||||
}
|
||||
}
|
||||
if file.isInstantVideo {
|
||||
return false
|
||||
}
|
||||
if file.isSticker {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user