mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 10:29:57 +02:00
See #890: expose number of reports linked to tracks, albums, libraries, accounts and artists via the /stats route
This commit is contained in:
parent
d4deb830c0
commit
9552b49a46
12 changed files with 73 additions and 2 deletions
|
@ -124,6 +124,7 @@ def test_actor_stats(factories):
|
|||
"albums": 0,
|
||||
"uploads": 0,
|
||||
"artists": 0,
|
||||
"reports": 0,
|
||||
"outbox_activities": 0,
|
||||
"received_library_follows": 0,
|
||||
"emitted_library_follows": 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue