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
If a facebook user uploads an image, it'll show up in Riot Desktop. However, the Android app will just have a perpetual loading indicator, as the app fails to render the media. My guess is MIME types (e.g.:)
"info": {
"mimetype": "image/whatever"
}
are being left off the media upload by the bridge, and Riot for Android is stricter about parsing things with an unspecified MIME type. It's possible my theory is totally wrong, though this should be fixed anyhow.
The text was updated successfully, but these errors were encountered:
In Riot, would you click the "(...)" button in the upper-right corner of one of the image messages, select "View Source", and post the "content" section of the message's source, redacting the URL (for your privacy), e.g.:
If a facebook user uploads an image, it'll show up in Riot Desktop. However, the Android app will just have a perpetual loading indicator, as the app fails to render the media. My guess is MIME types (e.g.:)
are being left off the media upload by the bridge, and Riot for Android is stricter about parsing things with an unspecified MIME type. It's possible my theory is totally wrong, though this should be fixed anyhow.
The text was updated successfully, but these errors were encountered: