From 33f6dce136ca6e969fe374efa099bee3f2a3599d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 27 Oct 2021 11:42:05 +0200 Subject: Add videos list admin component --- client/src/app/shared/shared-abuse-list/processed-abuse.model.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'client/src/app/shared/shared-abuse-list/processed-abuse.model.ts') diff --git a/client/src/app/shared/shared-abuse-list/processed-abuse.model.ts b/client/src/app/shared/shared-abuse-list/processed-abuse.model.ts index 194d52a33..b9a9bd889 100644 --- a/client/src/app/shared/shared-abuse-list/processed-abuse.model.ts +++ b/client/src/app/shared/shared-abuse-list/processed-abuse.model.ts @@ -1,13 +1,11 @@ -import { SafeHtml } from '@angular/platform-browser' -import { AdminAbuse } from '@shared/models' import { Account } from '@app/shared/shared-main' +import { AdminAbuse } from '@shared/models' // Don't use an abuse model because we need external services to compute some properties // And this model is only used in this component export type ProcessedAbuse = AdminAbuse & { moderationCommentHtml?: string reasonHtml?: string - embedHtml?: SafeHtml updatedAt?: Date // override bare server-side definitions with rich client-side definitions -- cgit v1.2.3