fix: propagate iCloud Shared Album flag (#25060)

* fix: propagate iCloud Shared Album flag

* chore: add migration
This commit is contained in:
Alex
2026-01-06 19:46:25 -06:00
committed by GitHub
parent 1293e473ca
commit 30b90f9baa
4 changed files with 36 additions and 3 deletions
@@ -360,6 +360,7 @@ extension on Iterable<PlatformAlbum> {
name: e.name,
updatedAt: tryFromSecondsSinceEpoch(e.updatedAt, isUtc: true) ?? DateTime.timestamp(),
assetCount: e.assetCount,
isIosSharedAlbum: e.isCloud,
),
).toList();
}