mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 17:45:18 +02:00
See #170: admin UI for channels, reporting channels
This commit is contained in:
parent
ae52969efe
commit
102c90d499
32 changed files with 1106 additions and 77 deletions
|
@ -126,6 +126,7 @@ def test_domain_stats(factories):
|
|||
"libraries": 0,
|
||||
"tracks": 0,
|
||||
"albums": 0,
|
||||
"channels": 0,
|
||||
"uploads": 0,
|
||||
"artists": 0,
|
||||
"outbox_activities": 0,
|
||||
|
@ -148,6 +149,7 @@ def test_actor_stats(factories):
|
|||
"uploads": 0,
|
||||
"artists": 0,
|
||||
"reports": 0,
|
||||
"channels": 0,
|
||||
"requests": 0,
|
||||
"outbox_activities": 0,
|
||||
"received_library_follows": 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue