Client: add basic support to report video abuses

This commit is contained in:
Chocobozzz
2017-01-23 22:16:48 +01:00
parent 4f8c0eb0e9
commit 11ac88de40
21 changed files with 185 additions and 15 deletions

View 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