Add abuse messages management in my account

This commit is contained in:
Chocobozzz 2020-07-27 11:40:30 +02:00 committed by Chocobozzz
parent 441e453ae5
commit 94148c9028
47 changed files with 1184 additions and 889 deletions

View file

@ -79,4 +79,4 @@ export type UserVideoAbuse = Omit<AdminVideoAbuse, 'countReports' | 'nthReport'>
export type UserVideoCommentAbuse = AdminVideoCommentAbuse
export type UserAbuse = Omit<AdminAbuse, 'reporterAccount' | 'countReportsForReportee' | 'countReportsForReporter' | 'startAt' | 'endAt'
| 'count' | 'nth'>
| 'count' | 'nth' | 'moderationComment'>