This commit is contained in:
Maksim Pechnikov 2018-12-10 09:39:57 +03:00
commit e94c3442f4
8 changed files with 31 additions and 27 deletions

View file

@ -214,4 +214,6 @@ defmodule Pleroma.Upload do
[base_url, "media", path]
|> Path.join()
end
defp url_from_spec(_base_url, {:url, url}), do: url
end