From c2f2c47e46d5b10546912b8edbb005aea4a0efe8 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Sat, 1 Jan 2022 21:30:41 +0000 Subject: We don't need a special HTTP client definition for Tzdata, and Finch won't work anyway Not sure why we tried to jam this through Pleroma.HTTP in the first place as upstream wants Hackney --- config/config.exs | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/config.exs b/config/config.exs index 05854c70a..fa28b5d77 100644 --- a/config/config.exs +++ b/config/config.exs @@ -793,8 +793,6 @@ transparency: true, transparency_exclusions: [] -config :tzdata, :http_client, Pleroma.HTTP.Tzdata - config :ex_aws, http_client: Pleroma.HTTP.ExAws config :web_push_encryption, http_client: Pleroma.HTTP.WebPush -- cgit v1.2.3