added wrapper Pleroma.HTTP for Tzdata.HTTPClient

This commit is contained in:
Maksim Pechnikov 2020-06-24 09:12:32 +03:00
commit 721fc7c554
7 changed files with 79 additions and 4 deletions

View file

@ -695,6 +695,8 @@ config :pleroma, :mrf,
transparency: true,
transparency_exclusions: []
config :tzdata, :http_client, Pleroma.HTTP.Tzdata
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env()}.exs"