mastodon-android
mastodon-android copied to clipboard
Try to fetch non-loadable image directly from remote server
When the app comes across a post with an image from a remote server that the home server can't load, it should try to fetch it directly from the remote server.
For example, when adding an image to a toot by editing it, the image can't be loaded by remote servers (cf. https://github.com/mastodon/mastodon/issues/18793), so the app can't load it either. This could be fixed by fetching it directly from the post's server.