summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2022-01-01 21:30:41 +0000
committerMark Felder <feld@feld.me>2022-12-20 09:55:04 -0500
commitc2f2c47e46d5b10546912b8edbb005aea4a0efe8 (patch)
tree63d6b70b8f8d424014df65070d3da0674d07b09b
parent57c2d32957d98466800f8b36eafda32996077828 (diff)
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
-rw-r--r--config/config.exs2
1 files changed, 0 insertions, 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 @@ 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