mirror of
https://github.com/friendica/friendica
synced 2025-04-23 15:10:12 +00:00
Merge branch '2024.09-rc' into merge-2024.09-rc-into-develop
This commit is contained in:
commit
c6c29b29b1
20 changed files with 554 additions and 146 deletions
|
@ -94,6 +94,13 @@ class Stats extends BaseModule
|
|||
'deferred' => [],
|
||||
'total' => [],
|
||||
],
|
||||
'jetstream' => [
|
||||
'drift' => intval($this->keyValue->get('jetstream_drift')),
|
||||
'did_count' => intval($this->keyValue->get('jetstream_did_count')),
|
||||
'did_limit' => intval($this->keyValue->get('jetstream_did_limit')),
|
||||
'messages' => intval($this->keyValue->get('jetstream_messages')),
|
||||
'timestamp' => intval($this->keyValue->get('jetstream_timestamp')),
|
||||
],
|
||||
'users' => [
|
||||
'total' => intval($this->keyValue->get('nodeinfo_total_users')),
|
||||
'activeWeek' => intval($this->keyValue->get('nodeinfo_active_users_weekly')),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue