Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Jan 27, 2025

Conversation

mertalev
Copy link
Contributor

@mertalev mertalev commented Jan 27, 2025

Description

Queueing missing thumbnails for generation queues person rows with an empty string for thumbnailPath. This filter is not added to the query, however, because an empty string is considered falsy and the query builder acts like it wasn't provided.

Fixes #15708

@alextran1502 alextran1502 merged commit 92412ca into main Jan 27, 2025
37 checks passed
@alextran1502 alextran1502 deleted the fix/server-all-people-queued branch January 27, 2025 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unknown error in logs when generating missing thumbnails from admin console
2 participants