| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Reviewer's GuideThis pull request fixes missing video thumbnails on mobile apps by removing the code that manually set the jpegThumbnail property from a static image file, allowing the platform's native thumbnail generation to function correctly. File-Level Changes
Possibly linked issues
Tips and commands Interacting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Sorry, something went wrong.
There was a problem hiding this comment.
Hey @Faelst - I've reviewed your changes and they look great!
Here's what I looked at during the review
Sorry, something went wrong.
|
Issue related: #1385 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
📦 Pull Request — Fix video thumbnail handling on mobile apps
Context
Currently, when sending videos through the API, setting the jpegThumbnail manually (e.g., using a local image file like video-cover.png) was not showing any thumbnail preview on mobile WhatsApp applications.
After investigating, it was observed that:
What has changed
Now, the native behavior of WhatsApp handles thumbnails better when jpegThumbnail is not manually set incorrectly.
How it was fixed
No longer trying to inject a static jpegThumbnail.
Impact
Related
✅ Now videos sent through the API show the proper behavior on both WhatsApp Web and WhatsApp Mobile.
Summary by Sourcery
Fix video thumbnail handling for WhatsApp media messages to ensure proper thumbnail display on mobile apps
New Features:
Bug Fixes:
Enhancements: