Storage management improvements

This commit is contained in:
Ali
2022-12-25 19:57:43 +04:00
parent 05c8b4ca54
commit bcb571584f
2 changed files with 7 additions and 2 deletions

View File

@@ -315,7 +315,6 @@ public func storageUsageExceptionsScreen(
filter.insert(.onlyGroups)
case .privateChats:
filter.insert(.onlyPrivateChats)
filter.insert(.excludeSavedMessages)
filter.insert(.excludeSecretChats)
case .channels:
filter.insert(.onlyChannels)