From aeb1bed9835b3b092832160245080d4023c14d91 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 19 Apr 2020 10:20:08 +0200 Subject: Factorize video display in table for moderation components, apply it to blacklisted videos as well --- shared/models/videos/blacklist/video-blacklist.model.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'shared') diff --git a/shared/models/videos/blacklist/video-blacklist.model.ts b/shared/models/videos/blacklist/video-blacklist.model.ts index 68d59e489..a6e0ef175 100644 --- a/shared/models/videos/blacklist/video-blacklist.model.ts +++ b/shared/models/videos/blacklist/video-blacklist.model.ts @@ -7,11 +7,12 @@ export enum VideoBlacklistType { export interface VideoBlacklist { id: number - createdAt: Date - updatedAt: Date unfederated: boolean reason?: string type: VideoBlacklistType video: Video + + createdAt: Date + updatedAt: Date } -- cgit v1.2.3