mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Storage calculation
This commit is contained in:
@@ -250,6 +250,10 @@ private final class FetchManagerCategoryContext {
|
||||
userContentType = .image
|
||||
case .video:
|
||||
userContentType = .video
|
||||
case .audio:
|
||||
userContentType = .audio
|
||||
case .file:
|
||||
userContentType = .file
|
||||
default:
|
||||
userContentType = .other
|
||||
}
|
||||
@@ -376,6 +380,10 @@ private final class FetchManagerCategoryContext {
|
||||
userContentType = .image
|
||||
case .video:
|
||||
userContentType = .video
|
||||
case .audio:
|
||||
userContentType = .audio
|
||||
case .file:
|
||||
userContentType = .file
|
||||
default:
|
||||
userContentType = .other
|
||||
}
|
||||
@@ -407,6 +415,10 @@ private final class FetchManagerCategoryContext {
|
||||
userContentType = .image
|
||||
case .video:
|
||||
userContentType = .video
|
||||
case .audio:
|
||||
userContentType = .audio
|
||||
case .file:
|
||||
userContentType = .file
|
||||
default:
|
||||
userContentType = .other
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user