Make sure a report doesn't get deleted upon the deletion of its video

This commit is contained in:
Rigel Kent
2020-04-16 14:22:27 +02:00
committed by Rigel Kent
parent 165ee2929b
commit 68d19a0ace
15 changed files with 141 additions and 38 deletions

View File

@@ -14,6 +14,8 @@ export interface VideoAbuse {
id: number
name: string
uuid: string
nsfw: boolean
deleted: boolean
}
createdAt: Date