mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
add timezone and actor to nodeinfo
This commit is contained in:
parent
a9c9fd38a5
commit
7cb9530414
1 changed files with 3 additions and 1 deletions
|
@ -63,7 +63,9 @@ router.get('/nodeinfo/:nodeinfo_version', async (req, res) => {
|
|||
metadata: {
|
||||
nodeDescription: settings.description,
|
||||
nodeName: settings.title,
|
||||
nodeLabel: settings.instance_place
|
||||
nodeLabel: settings.instance_place,
|
||||
nodeTimezone: settings.instance_timezone,
|
||||
nodeActor: settings.instance_name
|
||||
},
|
||||
openRegistrations: settings.allow_registration,
|
||||
protocols: ['activitypub'],
|
||||
|
|
Loading…
Reference in a new issue