mirror of
https://github.com/friendica/friendica
synced 2025-04-24 19:10:11 +00:00
Add expected "users" property to NodeInfo usage property for all versions
This commit is contained in:
parent
805d6440e6
commit
edc49ec9b4
4 changed files with 7 additions and 18 deletions
|
@ -79,6 +79,7 @@ class Nodeinfo
|
|||
$config = DI::config();
|
||||
|
||||
$usage = new stdClass();
|
||||
$usage->users = [];
|
||||
|
||||
if (!empty($config->get('system', 'nodeinfo'))) {
|
||||
$usage->users = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue