mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
fix camo
This commit is contained in:
parent
41867a6cec
commit
6808ce1d12
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ defmodule Camo.Image do
|
|||
camo_uri = %URI{
|
||||
host: camo_host(),
|
||||
path: "/" <> camo_digest,
|
||||
query: input,
|
||||
query: URI.encode_query(url: input),
|
||||
scheme: "https"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue