fix(thumbnails): generate WebP thumbnails as frontend now expects#6733
fix(thumbnails): generate WebP thumbnails as frontend now expects#6733jaskfla wants to merge 25 commits intorelease-2026-16from
Conversation
|
🦸 Review Hero (could not post inline comments — showing here instead)
[Bugs & Correctness] The
[Bugs & Correctness]
[Bugs & Correctness] getOrgUnitPhotoUrl still applies
[Performance]
|
1c341dc to
9f70e94
Compare
|
🦸 Review Hero Summary Below consensus threshold (10 unique issues not confirmed by majority)
Nitpicks
Local fix prompt (copy to your coding agent)Fix these issues identified on the pull request. One commit per issue fixed.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 772a834. Configure here.

RN-1869 issue 3
Manual release steps
npm install --include=optional --omit=dev --os=cpu --cpu=arm64CreateThumbnail.handler.webpsuffixChanges
Note
Technically this is a bit non-ideal now that
S3Clientcompresses the images before uploading to S3. So this Lambda is actually compressing an already-compressed image.Not enough of an issue to block this PR, though.
🦸 Review Hero