X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fmodels%2Fvideo-abuse.js;h=67cead3afd05f4cf531624d70cf433598055963b;hb=11ac88de40215783835cf6e6259ff0f6cee258dd;hp=766a7568da75b090deae447576754647bb59a50e;hpb=4f8c0eb0e9356ee2782ea6eb12a92e4dc5f66127;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/models/video-abuse.js b/server/models/video-abuse.js index 766a7568d..67cead3af 100644 --- a/server/models/video-abuse.js +++ b/server/models/video-abuse.js @@ -106,7 +106,8 @@ function toFormatedJSON () { reporterPodHost, reason: this.reason, reporterUsername: this.reporterUsername, - videoId: this.videoId + videoId: this.videoId, + createdAt: this.createdAt } return json