debug
authorHakaba Hitoyo <hakabahitoyo@example.com>
Tue, 17 Jul 2018 08:00:14 +0000 (17:00 +0900)
committerHakaba Hitoyo <hakabahitoyo@example.com>
Tue, 17 Jul 2018 08:00:14 +0000 (17:00 +0900)
lib/pleroma/web/nodeinfo/nodeinfo_controller.ex

index 77401c554fcf69a5637a6dc4fa465efac0b2aaa7..5f7d6e86ee9f205f2b94d6bac40018c5de0a8e6d 100644 (file)
@@ -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)
       }
     }