Make WebPushEncryption use Pleroma.HTTP as an HTTP adapter

This commit is contained in:
Sergey Suprunenko 2020-09-17 22:04:47 +02:00
commit 226fa3e486
No known key found for this signature in database
GPG key ID: 5DCA7D1BE3914F9C
2 changed files with 20 additions and 0 deletions

View file

@ -787,6 +787,8 @@ config :tzdata, :http_client, Pleroma.HTTP.Tzdata
config :ex_aws, http_client: Pleroma.HTTP.ExAws
config :web_push_encryption, http_client: Pleroma.HTTP
config :pleroma, :instances_favicons, enabled: false
config :floki, :html_parser, Floki.HTMLParser.FastHtml