update canUpdate to take into account thumbhash

This commit is contained in:
Luke McCarthy 2023-06-24 12:36:36 -04:00
parent 49fae9c4cc
commit 115fd62878

View file

@ -234,6 +234,7 @@ class Asset {
a.isLocal && !isLocal ||
width == null && a.width != null ||
height == null && a.height != null ||
thumbhash == null && a.thumbhash != null ||
livePhotoVideoId == null && a.livePhotoVideoId != null ||
!isRemote && a.isRemote && isFavorite != a.isFavorite ||
!isRemote && a.isRemote && isArchived != a.isArchived;