]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/video-abuse.js
Client: add basic support to report video abuses
[github/Chocobozzz/PeerTube.git] / server / models / video-abuse.js
index 766a7568da75b090deae447576754647bb59a50e..67cead3afd05f4cf531624d70cf433598055963b 100644 (file)
@@ -106,7 +106,8 @@ function toFormatedJSON () {
     reporterPodHost,
     reason: this.reason,
     reporterUsername: this.reporterUsername,
-    videoId: this.videoId
+    videoId: this.videoId,
+    createdAt: this.createdAt
   }
 
   return json