mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Make sure a report doesn't get deleted upon the deletion of its video
This commit is contained in:
@@ -14,6 +14,8 @@ export interface VideoAbuse {
|
||||
id: number
|
||||
name: string
|
||||
uuid: string
|
||||
nsfw: boolean
|
||||
deleted: boolean
|
||||
}
|
||||
|
||||
createdAt: Date
|
||||
|
||||
Reference in New Issue
Block a user