mirror of
https://github.com/friendica/friendica
synced 2025-05-15 02:24:10 +02:00
Support for "nodeDescription" in nodeinfo
This commit is contained in:
parent
269c67a185
commit
28921203b7
3 changed files with 8 additions and 3 deletions
|
@ -59,7 +59,8 @@ class NodeInfo120 extends BaseModule
|
|||
'openRegistrations' => Register::getPolicy() !== Register::CLOSED,
|
||||
'usage' => Nodeinfo::getUsage(),
|
||||
'metadata' => [
|
||||
'nodeName' => $this->config->get('config', 'sitename'),
|
||||
'nodeName' => $this->config->get('config', 'sitename'),
|
||||
'nodeDescription' => $this->config->get('config', 'info'),
|
||||
],
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue