mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Filter round videos
This commit is contained in:
parent
d3d1c55600
commit
70b479b304
@ -597,6 +597,9 @@ private func filterDownloadStatsEntry(entry: FetchManagerLocationEntry) -> Bool
|
||||
return false
|
||||
}
|
||||
}
|
||||
if file.isInstantVideo {
|
||||
return false
|
||||
}
|
||||
if file.isSticker {
|
||||
return false
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user