1
0
Fork 0
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:
Chocobozzz 2018-08-14 17:56:51 +02:00
parent 614d1ae928
commit a76138ff56
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 44 additions and 10 deletions

View file

@ -17,4 +17,6 @@ export interface User {
blocked: boolean
blockedReason?: string
videoQuotaUsed?: number
}