forked from AkkomaGang/akkoma
debug
This commit is contained in:
parent
2b7b1b3e6b
commit
8ff336e02a
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def nodeinfo(conn, %{"version" => "2.0"}) 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