]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/moderation/abuse/abuse.model.ts
Add ability to report comments in front end
[github/Chocobozzz/PeerTube.git] / shared / models / moderation / abuse / abuse.model.ts
index e241dbd819b18fe5e233ef19db37e80e9df71429..74798ab2c6149a7a8d391ced42a458acadd5cd12 100644 (file)
@@ -25,6 +25,7 @@ export interface VideoAbuse {
 
 export interface VideoCommentAbuse {
   id: number
+  threadId: number
 
   video: {
     id: number