Use 3 tables to represent abuses
This commit is contained in:
parent
72493e44e9
commit
d95d155988
103 changed files with 2142 additions and 1167 deletions
|
@ -64,9 +64,20 @@ export interface UserNotification {
|
|||
video: VideoInfo
|
||||
}
|
||||
|
||||
videoAbuse?: {
|
||||
abuse?: {
|
||||
id: number
|
||||
video: VideoInfo
|
||||
|
||||
video?: VideoInfo
|
||||
|
||||
comment?: {
|
||||
threadId: number
|
||||
|
||||
video: {
|
||||
uuid: string
|
||||
}
|
||||
}
|
||||
|
||||
account?: ActorInfo
|
||||
}
|
||||
|
||||
videoBlacklist?: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue