Merge branch 'feature/826-healthcheck-endpoint' into 'develop'
[akkoma] / lib / pleroma / web / media_proxy / media_proxy.ex
index 39a725a6941c86c61ae69d18657772ad7fb61c43..3bd2affe9e63733727a64ca1839eca27c15a924b 100644 (file)
@@ -19,7 +19,8 @@ defmodule Pleroma.Web.MediaProxy do
     else
       secret = Application.get_env(:pleroma, Pleroma.Web.Endpoint)[:secret_key_base]
 
-      # Must preserve `%2F` for compatibility with S3 (https://git.pleroma.social/pleroma/pleroma/issues/580)
+      # Must preserve `%2F` for compatibility with S3
+      # https://git.pleroma.social/pleroma/pleroma/issues/580
       replacement = get_replacement(url, ":2F:")
 
       # The URL is url-decoded and encoded again to ensure it is correctly encoded and not twice.