APP-2976: Remove react-native-compressor remnants (#11588)

This commit is contained in:
Samuel Newman
2026-08-28 18:25:53 +03:00
committed by GitHub
parent e5a81402f3
commit e39d308fb7
28 changed files with 49 additions and 2048 deletions
-2
View File
@@ -44,8 +44,6 @@ export async function compressVideo(
}
// Pre-check the threshold ourselves so we can label the skip in telemetry.
// rnc would do the same skip internally via minimumFileSizeForCompress, but
// that path is invisible to us.
const isAcceptableFormat = SUPPORTED_MIME_TYPES.includes(
file.mimeType as SupportedMimeTypes,
)