mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Filter round videos
This commit is contained in:
parent
d3d1c55600
commit
70b479b304
1 changed files with 3 additions and 0 deletions
|
|
@ -597,6 +597,9 @@ private func filterDownloadStatsEntry(entry: FetchManagerLocationEntry) -> Bool
|
|||
return false
|
||||
}
|
||||
}
|
||||
if file.isInstantVideo {
|
||||
return false
|
||||
}
|
||||
if file.isSticker {
|
||||
return false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue