mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Add quota used in users list
This commit is contained in:
parent
614d1ae928
commit
a76138ff56
6 changed files with 44 additions and 10 deletions
|
@ -17,4 +17,6 @@ export interface User {
|
|||
|
||||
blocked: boolean
|
||||
blockedReason?: string
|
||||
|
||||
videoQuotaUsed?: number
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue