make 2fa UI less awful
[akkoma] / lib / pleroma / frontend.ex
index c9e51bdc189693d2ea800041df693a366eaa82af..dc9d55646c9a949e206a57a78ccfda39f6ca0918 100644 (file)
@@ -93,7 +93,7 @@ defmodule Pleroma.Frontend do
     url = String.replace(frontend_info["build_url"], "${ref}", frontend_info["ref"])
 
     with {:ok, %{status: 200, body: zip_body}} <-
-           Pleroma.HTTP.get(url, [], pool: :media, recv_timeout: 120_000) do
+           Pleroma.HTTP.get(url, [], receive_timeout: 120_000) do
       unzip(zip_body, dest)
     else
       {:error, e} -> {:error, e}