mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 10:09:02 +00:00
http: actually pass the options list to the Connection factory
This commit is contained in:
parent
50ba4ba2c9
commit
773f532b14
|
@ -42,7 +42,7 @@ defmodule Pleroma.HTTP do
|
|||
|> Builder.add_param(:body, :body, body)
|
||||
|> Builder.add_param(:query, :query, params)
|
||||
|> Enum.into([])
|
||||
|> (&Tesla.request(Connection.new(), &1)).()
|
||||
|> (&Tesla.request(Connection.new(options), &1)).()
|
||||
rescue
|
||||
e ->
|
||||
{:error, e}
|
||||
|
|
Loading…
Reference in a new issue