summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2022-01-01 21:30:41 +0000
committerMark Felder <feld@feld.me>2022-06-07 17:51:39 +0000
commit74f569335676f692e1794214669304bdae09ddd8 (patch)
tree054e59945daed54daa025cb8170a70067de064fb
parent1732cd209b8b5d918fda6988f14832e2a9a43d83 (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 f5357ae55..a307083b7 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -786,8 +786,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