X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fhttp%2Fhttp.ex;h=e64266ae7e9fa9ce2a3a0f7fd467b445c7c47bee;hb=9b39670683af82e120689753e20c5fb39ed51ba0;hp=f222e1774c9253224b97ca7a642a940b79554a57;hpb=ae7c79cfc236f7192ea8425560cc31a60e689e9d;p=akkoma diff --git a/lib/pleroma/http/http.ex b/lib/pleroma/http/http.ex index f222e1774..e64266ae7 100644 --- a/lib/pleroma/http/http.ex +++ b/lib/pleroma/http/http.ex @@ -19,7 +19,7 @@ defmodule Pleroma.HTTP do end end - defp process_request_options(options) do + def process_request_options(options) do config = Application.get_env(:pleroma, :http, []) proxy = Keyword.get(config, :proxy_url, nil) options = options ++ [hackney: [pool: :default]]