mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 18:17:55 +00:00
debug
This commit is contained in:
parent
2b7b1b3e6b
commit
8ff336e02a
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue