Merge branch 'feature/2118-web-push-encryption-http' into 'develop'

Make WebPushEncryption use Pleroma.HTTP as an HTTP adapter

Closes #2118

See merge request pleroma/pleroma!3008
This commit is contained in:
lain 2020-09-18 12:25:10 +00:00
commit 7e02f4ed3b
2 changed files with 20 additions and 0 deletions

View file

@ -799,6 +799,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