more clean up
This commit is contained in:
parent
39ed608b13
commit
98ed0d1c4b
7 changed files with 21 additions and 22 deletions
|
|
@ -11,7 +11,7 @@ defmodule Pleroma.HTTP.AdapterHelper.Hackney do
|
|||
|
||||
@spec options(keyword(), URI.t()) :: keyword()
|
||||
def options(connection_opts \\ [], %URI{} = uri) do
|
||||
proxy = Pleroma.Config.get([:http, :proxy_url], nil)
|
||||
proxy = Pleroma.Config.get([:http, :proxy_url])
|
||||
|
||||
config_opts = Pleroma.Config.get([:http, :adapter], [])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue