From d1261d9a3cef6d3df408c9dce977100ac196f9f8 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 21 Apr 2020 09:52:21 +0200 Subject: Add links from user-edit --- server/typings/models/video/video-abuse.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/typings') diff --git a/server/typings/models/video/video-abuse.ts b/server/typings/models/video/video-abuse.ts index 54acccdf5..d60f05e4c 100644 --- a/server/typings/models/video/video-abuse.ts +++ b/server/typings/models/video/video-abuse.ts @@ -1,6 +1,6 @@ import { VideoAbuseModel } from '../../../models/video/video-abuse' import { PickWith } from '../../utils' -import { MVideoAccountLightBlacklistAllFiles } from './video' +import { MVideoAccountLightBlacklistAllFiles, MVideo } from './video' import { MAccountDefault, MAccountFormattable } from '../account' type Use = PickWith @@ -16,7 +16,7 @@ export type MVideoAbuseId = Pick export type MVideoAbuseVideo = MVideoAbuse & Pick & - Use<'Video', MVideoAccountLightBlacklistAllFiles> + Use<'Video', MVideo> export type MVideoAbuseAccountVideo = MVideoAbuse & -- cgit v1.2.3