From 8ca56654a176ee8f350d31282c6cac4a59f58499 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 9 Jul 2020 11:58:46 +0200 Subject: Add ability to report comments in front end --- shared/models/moderation/abuse/abuse.model.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'shared') diff --git a/shared/models/moderation/abuse/abuse.model.ts b/shared/models/moderation/abuse/abuse.model.ts index e241dbd81..74798ab2c 100644 --- a/shared/models/moderation/abuse/abuse.model.ts +++ b/shared/models/moderation/abuse/abuse.model.ts @@ -25,6 +25,7 @@ export interface VideoAbuse { export interface VideoCommentAbuse { id: number + threadId: number video: { id: number -- cgit v1.2.3