diff options
author | Hakaba Hitoyo <hakabahitoyo@example.com> | 2018-07-17 17:00:14 +0900 |
---|---|---|
committer | Hakaba Hitoyo <hakabahitoyo@example.com> | 2018-07-17 17:00:14 +0900 |
commit | 8ff336e02a5a4861ba856b3d10e57cb44f1f3a45 (patch) | |
tree | c8b9b4109a470842b3d9cacc09faddbbe71e36b7 | |
parent | 2b7b1b3e6b276e1db7e610d46298f74a0f0c70f1 (diff) | |
download | pleroma-8ff336e02a5a4861ba856b3d10e57cb44f1f3a45.tar.gz |
debug
-rw-r--r-- | lib/pleroma/web/nodeinfo/nodeinfo_controller.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/nodeinfo/nodeinfo_controller.ex b/lib/pleroma/web/nodeinfo/nodeinfo_controller.ex index 77401c554..5f7d6e86e 100644 --- a/lib/pleroma/web/nodeinfo/nodeinfo_controller.ex +++ b/lib/pleroma/web/nodeinfo/nodeinfo_controller.ex @@ -45,7 +45,7 @@ defmodule Pleroma.Web.Nodeinfo.NodeinfoController do metadata: %{ nodeName: Keyword.get(instance, :name), mediaProxy: Keyword.get(media_proxy, :enabled), - suggestionsThirdPartyEngine: Keyword.get(@suggestions, :third_party_engine, false) + suggestionsThirdPartyEngine: Keyword.get(suggestions, :third_party_engine, false) } } |