diff options
author | Mark Felder <feld@feld.me> | 2022-01-01 21:30:41 +0000 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2022-06-07 17:51:39 +0000 |
commit | 74f569335676f692e1794214669304bdae09ddd8 (patch) | |
tree | 054e59945daed54daa025cb8170a70067de064fb | |
parent | 1732cd209b8b5d918fda6988f14832e2a9a43d83 (diff) | |
download | pleroma-74f569335676f692e1794214669304bdae09ddd8.tar.gz |
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.exs | 2 |
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 |