Skip to content

Fix blurhashes not showing up if they have URL encodings

Joshua Goins requested to merge work/redstrate/fix-attachment-urls into master

This is most obvious with %20, which is a space. This is due to a mistake of how blurhashes were passed up to the image provider, they were being decoded too early and ended up decoded in the URL.

Merge request reports

Loading