mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +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: {
|
metadata: {
|
||||||
nodeDescription: settings.description,
|
nodeDescription: settings.description,
|
||||||
nodeName: settings.title,
|
nodeName: settings.title,
|
||||||
nodeLabel: settings.instance_place
|
nodeLabel: settings.instance_place,
|
||||||
|
nodeTimezone: settings.instance_timezone,
|
||||||
|
nodeActor: settings.instance_name
|
||||||
},
|
},
|
||||||
openRegistrations: settings.allow_registration,
|
openRegistrations: settings.allow_registration,
|
||||||
protocols: ['activitypub'],
|
protocols: ['activitypub'],
|
||||||
|
|
Loading…
Reference in a new issue