Add reason when banning a user

This commit is contained in:
Chocobozzz 2018-08-08 17:36:10 +02:00
parent a6ce68673a
commit eacb25c436
No known key found for this signature in database
GPG key ID: 583A612D890159BE
24 changed files with 215 additions and 44 deletions

View file

@ -14,4 +14,7 @@ export interface User {
createdAt: Date
account: Account
videoChannels?: VideoChannel[]
blocked: boolean
blockedReason?: string
}