You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whatsapp itself doesn't support image/heic as an image attachment (they can be sent as documents however). The first-party app converts heic to jpeg before attaching.
Since the whatsapp bridge already supports other types of media conversion, and a golang heic decoder exists, it should be fairly straightforward to add this capability here as well.
The text was updated successfully, but these errors were encountered:
Whatsapp itself doesn't support
image/heic
as an image attachment (they can be sent as documents however). The first-party app converts heic to jpeg before attaching.Since the whatsapp bridge already supports other types of media conversion, and a golang heic decoder exists, it should be fairly straightforward to add this capability here as well.
The text was updated successfully, but these errors were encountered: