From 11ac88de40215783835cf6e6259ff0f6cee258dd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 23 Jan 2017 22:16:48 +0100 Subject: Client: add basic support to report video abuses --- server/models/video-abuse.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/models') 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 -- cgit v1.2.3