show quota in stats, display quota on the about page, fixes #405 (#421)

move videoQuota under a user object, use byte PipeTransform
This commit is contained in:
Rigel Kent 2018-03-27 13:42:57 +02:00 committed by Chocobozzz
parent fc27b17c6b
commit 1869c87535
5 changed files with 24 additions and 1 deletions

View file

@ -39,4 +39,8 @@ export interface ServerConfig {
extensions: string[]
}
}
user: {
videoQuota: number
}
}