feat: expose active user counts in API
This commit is contained in:
parent
e8d9ccb1ac
commit
de460720da
4 changed files with 79 additions and 12 deletions
|
@ -61,7 +61,7 @@
|
|||
<a href="/page/privacy">Privacy policy</a>
|
||||
</p>
|
||||
<p class="ms-auto">
|
||||
Users: <strong>{data.users}</strong> · Members: <strong>{data.members}</strong>
|
||||
Users: <strong>{data.users.total}</strong> · Members: <strong>{data.members}</strong>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue