From 94148c9028829b5576a5dcbfba2c7fb9cf6443d3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 27 Jul 2020 11:40:30 +0200 Subject: Add abuse messages management in my account --- shared/models/moderation/abuse/abuse.model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared') diff --git a/shared/models/moderation/abuse/abuse.model.ts b/shared/models/moderation/abuse/abuse.model.ts index 7f126ba4a..781870b1a 100644 --- a/shared/models/moderation/abuse/abuse.model.ts +++ b/shared/models/moderation/abuse/abuse.model.ts @@ -79,4 +79,4 @@ export type UserVideoAbuse = Omit export type UserVideoCommentAbuse = AdminVideoCommentAbuse export type UserAbuse = Omit +| 'count' | 'nth' | 'moderationComment'> -- cgit v1.2.3