mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-19 22:26:05 +01:00
debug
This commit is contained in:
parent
2b7b1b3e6b
commit
8ff336e02a
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ defmodule Pleroma.Web.Nodeinfo.NodeinfoController do
|
||||||
metadata: %{
|
metadata: %{
|
||||||
nodeName: Keyword.get(instance, :name),
|
nodeName: Keyword.get(instance, :name),
|
||||||
mediaProxy: Keyword.get(media_proxy, :enabled),
|
mediaProxy: Keyword.get(media_proxy, :enabled),
|
||||||
suggestionsThirdPartyEngine: Keyword.get(@suggestions, :third_party_engine, false)
|
suggestionsThirdPartyEngine: Keyword.get(suggestions, :third_party_engine, false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue