This error is not returned by Tesla

Upstream has a bug filed for this as they aren't handling this error internally, so it was raising
This commit is contained in:
Mark Felder 2024-08-27 22:08:29 -04:00
parent 44901502ff
commit 0804b73c0a

View file

@ -59,10 +59,6 @@ defmodule Pleroma.Web.RichMedia.Helpers do
{:get, _} ->
Logger.debug("Rich media error for #{url}: HTTP GET failed")
{:error, :get}
{:error, :recv_chunk_timeout} ->
Logger.debug("Rich media error for #{url}: HTTP streaming response failed")
{:error, :get}
end
end