feat: wip

This commit is contained in:
bwees
2026-03-11 10:16:47 -05:00
parent 8fd7d154c6
commit c99b1c7ac2
9 changed files with 157 additions and 27 deletions

View File

@@ -243,7 +243,6 @@ export const getAssetActions = ($t: MessageFormatter, asset: AssetResponseDto) =
!sharedLink &&
isOwner &&
asset.type === AssetTypeEnum.Image &&
!asset.livePhotoVideoId &&
asset.exifInfo?.projectionType !== ProjectionType.EQUIRECTANGULAR &&
!asset.originalPath.toLowerCase().endsWith('.insp') &&
!asset.originalPath.toLowerCase().endsWith('.gif') &&