-
fix(handlers): support thumbnail rendering for files needing thumbnails
Some checks failedBuild and Publish Docker Image / deploy (push) Failing after 45sreleased this
2026-06-03 15:22:58 +03:00 | 15 commits to master since this releaseUpdate
HasThumbnailinfileViewWithReactionsto evaluate to true if the file already has a thumbnail or if it is a file type that requires one (jobs.NeedsThumbnail). This ensures the download page renders the thumbnail element for files that are pending thumbnail generation or support dynamic thumbnails.Additionally, update tests in
upload_stage3_test.goto verify the thumbnail image is rendered and relax the OG image URL matching.Downloads