mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-12-27 22:05:35 +01:00
Add metadata.nodeName
This commit is contained in:
parent
804497542d
commit
724f096ac7
@ -40,7 +40,9 @@ defmodule Pleroma.Web.Nodeinfo.NodeinfoController do
|
||||
},
|
||||
localPosts: Stats.get_stats().status_count || 0
|
||||
},
|
||||
metadata: %{}
|
||||
metadata: %{
|
||||
nodeName: Keyword.get(@instance, :name)
|
||||
}
|
||||
}
|
||||
|
||||
conn
|
||||
|
Loading…
Reference in New Issue
Block a user