forked from AkkomaGang/akkoma
Remove a useless URI.encode call in MediaProxy
This commit is contained in:
parent
35ac549a99
commit
0ccd0e5cc9
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ def remote(conn, %{"sig" => sig, "url" => url}) do
|
|||
with \
|
||||
true <- Keyword.get(config, :enabled, false),
|
||||
{:ok, url} <- Pleroma.Web.MediaProxy.decode_url(sig, url),
|
||||
url = URI.encode(url),
|
||||
{:ok, content_type, body} <- proxy_request(url)
|
||||
do
|
||||
conn
|
||||
|
|
Loading…
Reference in a new issue