fix(mobile): backfill asset dimensions to exif table (#25483)

This commit is contained in:
Brandon Wees
2026-01-23 19:23:46 -06:00
committed by GitHub
parent 357ec1394a
commit c2775894e1
2 changed files with 19 additions and 0 deletions

View File

@@ -240,6 +240,8 @@ class SyncStreamRepository extends DriftDatabaseRepository {
rating: Value(exif.rating),
projectionType: Value(exif.projectionType),
lens: Value(exif.lensModel),
width: Value(exif.exifImageWidth),
height: Value(exif.exifImageHeight),
);
batch.insert(