Add abuse messages management in my account
This commit is contained in:
parent
441e453ae5
commit
94148c9028
47 changed files with 1184 additions and 889 deletions
|
@ -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'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue