Add account avatar
This commit is contained in:
parent
202f6b6c9d
commit
2295ce6c4e
31 changed files with 207 additions and 54 deletions
|
@ -1,3 +1,4 @@
|
|||
import { Account } from '../accounts'
|
||||
import { VideoChannel } from '../videos/video-channel.model'
|
||||
import { UserRole } from './user-role'
|
||||
|
||||
|
@ -8,10 +9,7 @@ export interface User {
|
|||
displayNSFW: boolean
|
||||
role: UserRole
|
||||
videoQuota: number
|
||||
createdAt: Date,
|
||||
account: {
|
||||
id: number
|
||||
uuid: string
|
||||
}
|
||||
createdAt: Date
|
||||
account: Account
|
||||
videoChannels?: VideoChannel[]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue