Make WebPushEncryption use Pleroma.HTTP as an HTTP adapter
This commit is contained in:
parent
49584a9928
commit
226fa3e486
2 changed files with 20 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue