mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-10 06:28:34 +00:00

This pr changes the behavior of sending HEIC images to always convert them to JPEG. This conversion is required to support image inline viewing accross different devices and operating systems. This follows the same strategy as on IOS: https://github.com/signalapp/Signal-iOS/pull/2511 Fixes: https://github.com/signalapp/Signal-iOS/issues/4374 & https://github.com/signalapp/Signal-Android/issues/9395