When an image fails to load, show alt text if available
Images in posts/comments are formatted as . If alt text is available, we should show it when the image fails to load.
Possible child of #378
To add to this, I learned today you can add hover text to images by adding quoted text after the image url:

I feel this would be a nice addition to this ticket, but if y'all feel this should be separate, I'm happy to create a new issue.
At the moment we're using the presence of hover text to decide whether an image should be displayed as a full-size, tappable image or as an emoji. All custom emojis have hover text, and people rarely use hover text apart from emojis. So, we render all images with hover text as emojis. Unfortunately, there isn't really a better way to decide whether an image should be an emoji or not without using the tooltip value.