From: lain Date: Fri, 31 Jul 2020 08:50:45 +0000 (+0200) Subject: Config: Default to Hackney again X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=7bcd2e948ea5cc59ad0a40e2840be86650f0995e;p=akkoma Config: Default to Hackney again Gun is still acting up. --- diff --git a/config/config.exs b/config/config.exs index 857e0afbb..d31208c25 100644 --- a/config/config.exs +++ b/config/config.exs @@ -172,7 +172,7 @@ config :mime, :types, %{ "application/ld+json" => ["activity+json"] } -config :tesla, adapter: Tesla.Adapter.Gun +config :tesla, adapter: Tesla.Adapter.Hackney # Configures http settings, upstream proxy etc. config :pleroma, :http,