remove now-pointless clause

This commit is contained in:
Floatingghost 2024-06-04 14:34:18 +01:00
parent c9a03af7c1
commit 38d09cb0ce
1 changed files with 0 additions and 4 deletions

View File

@ -99,10 +99,6 @@ defmodule Pleroma.Web.RichMedia.Helpers 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