forked from AkkomaGang/akkoma
remove now-pointless clause
This commit is contained in:
parent
c9a03af7c1
commit
38d09cb0ce
1 changed files with 0 additions and 4 deletions
|
@ -99,10 +99,6 @@ def rich_media_get(url) do
|
|||
end
|
||||
|
||||
with :ok <- head_check, do: Pleroma.HTTP.get(url, headers, @options)
|
||||
rescue
|
||||
e ->
|
||||
Logger.error("Failed to fetch rich media: #{inspect(e)}")
|
||||
{:error, :fetch_error}
|
||||
end
|
||||
|
||||
defp check_content_type(headers) do
|
||||
|
|
Loading…
Reference in a new issue