summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-10-01 13:32:11 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-10-01 13:32:11 +0300
commitcbdaabad345914e7424e614032056ff86e21142f (patch)
tree5b60cabc2c4c41ed8c956aa2202cf0ee71706caa /config/config.exs
parent34029ffb90175e9beb43bc20b76a8093971d8ca6 (diff)
downloadpleroma-cbdaabad345914e7424e614032056ff86e21142f.tar.gz
pleroma-cbdaabad345914e7424e614032056ff86e21142f.zip
web push http_client fix
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs
index 00624bf00..2e6b0796a 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -809,7 +809,7 @@ config :tzdata, :http_client, Pleroma.HTTP.Tzdata
config :ex_aws, http_client: Pleroma.HTTP.ExAws
-config :web_push_encryption, http_client: Pleroma.HTTP
+config :web_push_encryption, http_client: Pleroma.HTTP.WebPush
config :pleroma, :instances_favicons, enabled: false