fix(server): person thumbnail generation always being queued (#15734)

* fix person thumbnail generation always being queued

* fix thumbhash comparison

* fix mock
This commit is contained in:
Mert
2025-01-27 17:20:18 -05:00
committed by GitHub
parent 64d926581f
commit 92412ca2f7
4 changed files with 3 additions and 5 deletions
@@ -495,7 +495,6 @@ export class AssetRepository implements IAssetRepository {
.$if(property === WithoutProperty.THUMBNAIL, (qb) =>
qb
.innerJoin('asset_job_status as job_status', 'assetId', 'assets.id')
.select(withFiles)
.where('assets.isVisible', '=', true)
.where((eb) =>
eb.or([