This commit is contained in:
Hakaba Hitoyo 2018-07-17 17:00:14 +09:00
parent 2b7b1b3e6b
commit 8ff336e02a
1 changed files with 1 additions and 1 deletions

View 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)
}
}