diff options
author | Chocobozzz <me@florianbigard.com> | 2020-07-09 11:58:46 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-07-10 14:02:41 +0200 |
commit | 8ca56654a176ee8f350d31282c6cac4a59f58499 (patch) | |
tree | 6e52ed0d8410abfceb62bcb6230b8ed50bd6c574 /shared | |
parent | 310b5219b38427f0c2c7ba57225afdd8f3064380 (diff) | |
download | PeerTube-8ca56654a176ee8f350d31282c6cac4a59f58499.tar.gz PeerTube-8ca56654a176ee8f350d31282c6cac4a59f58499.tar.zst PeerTube-8ca56654a176ee8f350d31282c6cac4a59f58499.zip |
Add ability to report comments in front end
Diffstat (limited to 'shared')
-rw-r--r-- | shared/models/moderation/abuse/abuse.model.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
25 | 25 | ||
26 | export interface VideoCommentAbuse { | 26 | export interface VideoCommentAbuse { |
27 | id: number | 27 | id: number |
28 | threadId: number | ||
28 | 29 | ||
29 | video: { | 30 | video: { |
30 | id: number | 31 | id: number |