mirror of
https://github.com/friendica/friendica
synced 2025-05-14 19:44:10 +02:00
Add nodeinfo 2.1 and 2.2
This commit is contained in:
parent
9dc4e611a9
commit
06bc985072
6 changed files with 199 additions and 7 deletions
|
@ -56,8 +56,8 @@ class NodeInfo120 extends BaseModule
|
|||
],
|
||||
'protocols' => ['dfrn', 'activitypub'],
|
||||
'services' => Nodeinfo::getServices(),
|
||||
'usage' => Nodeinfo::getUsage(),
|
||||
'openRegistrations' => Register::getPolicy() !== Register::CLOSED,
|
||||
'usage' => Nodeinfo::getUsage(),
|
||||
'metadata' => [
|
||||
'nodeName' => $this->config->get('config', 'sitename'),
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue