]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-abuse.model.ts
Begin moving video channel to actor
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-abuse.model.ts
index e005a1fd52b0d104797f3970eedcb2b9d83ce309..aaedd00d4c1b1ceb16d9df0c74016468ae9f07d0 100644 (file)
@@ -1,8 +1,10 @@
 export interface VideoAbuse {
   id: number
-  reporterPodHost: string
   reason: string
   reporterUsername: string
+  reporterServerHost: string
   videoId: number
+  videoUUID: string
+  videoName: string
   createdAt: Date
 }