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