fix(server): thumbnail queueing (#26077)

* fix thumbnail queueing

* add bmp

* other isEdited column
This commit is contained in:
Mert
2026-02-10 10:04:03 -05:00
committed by GitHub
parent c3730c8eab
commit 7fa6f617f5
6 changed files with 107 additions and 94 deletions

View File

@@ -295,6 +295,7 @@ export function getAssetRatio(asset: AssetResponseDto) {
const supportedImageMimeTypes = new Set([
'image/apng',
'image/avif',
'image/bmp',
'image/gif',
'image/jpeg',
'image/png',