From e5171df73a25864e4f8a68ffba7475b468460afe Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Sat, 1 Jan 2022 21:30:41 +0000 Subject: [PATCH] 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 f80122f3a..e4b468344 100644 --- a/config/config.exs +++ b/config/config.exs @@ -775,8 +775,6 @@ config :pleroma, :mrf, 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