diff options
author | Hakaba Hitoyo <hakabahitoyo@example.com> | 2018-08-02 18:03:35 +0900 |
---|---|---|
committer | Hakaba Hitoyo <hakabahitoyo@example.com> | 2018-08-02 18:03:35 +0900 |
commit | f72cfada1ad5cf7ca398ceddf4f70b3b192310ca (patch) | |
tree | 958a1c19ce6888db747b5b4b55ca72298930ad18 /lib | |
parent | cc9c062b553e20018e406dc605e6e504ad3134a6 (diff) | |
download | pleroma-f72cfada1ad5cf7ca398ceddf4f70b3b192310ca.tar.gz |
add suggestions/web config
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/nodeinfo/nodeinfo_controller.ex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pleroma/web/nodeinfo/nodeinfo_controller.ex b/lib/pleroma/web/nodeinfo/nodeinfo_controller.ex index f9a6d9c25..2fab60274 100644 --- a/lib/pleroma/web/nodeinfo/nodeinfo_controller.ex +++ b/lib/pleroma/web/nodeinfo/nodeinfo_controller.ex @@ -50,7 +50,8 @@ defmodule Pleroma.Web.Nodeinfo.NodeinfoController do suggestions: %{ enabled: Keyword.get(suggestions, :enabled, false), thirdPartyEngine: Keyword.get(suggestions, :third_party_engine, ""), - timeout: Keyword.get(suggestions, :timeout, 5000) + timeout: Keyword.get(suggestions, :timeout, 5000), + web: Keyword.get(suggestions, :web, "") } } } |