threema-ch / threema-web

The Threema Web application.
GNU Affero General Public License v3.0
998 stars 107 forks source link

Treat gifs like other images when sending #1133

Closed ghost closed 2 years ago

ghost commented 2 years ago

Currently gifs can only be sent as images and not as files in the Android app and vice versa in the iOS app. Adding gif mime type to imageMimeTypes allows sending gifs with rendering type 0 with the Android app. Sending gifs as images will be possible with the next update of the iOS app.