diff options
author | Chocobozzz <me@florianbigard.com> | 2019-09-05 10:30:51 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-09-05 10:30:51 +0200 |
commit | 5819e694ba238b5e4ee97347c6cf5ee7a82725b5 (patch) | |
tree | 1e598209283df3cf5bec2b53a1c4e2090fc4b8e9 /server | |
parent | 6051946e444d095cbd845cae2c96e10b74405fdf (diff) | |
download | PeerTube-5819e694ba238b5e4ee97347c6cf5ee7a82725b5.tar.gz PeerTube-5819e694ba238b5e4ee97347c6cf5ee7a82725b5.tar.zst PeerTube-5819e694ba238b5e4ee97347c6cf5ee7a82725b5.zip |
Better video publishing notification
Diffstat (limited to 'server')
-rw-r--r-- | server/models/video/video-blacklist.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/video/video-blacklist.ts b/server/models/video/video-blacklist.ts index 533bfe1ad..694983cb3 100644 --- a/server/models/video/video-blacklist.ts +++ b/server/models/video/video-blacklist.ts | |||
@@ -5,7 +5,7 @@ import { ScopeNames as VideoChannelScopeNames, SummaryOptions, VideoChannelModel | |||
5 | import { isVideoBlacklistReasonValid, isVideoBlacklistTypeValid } from '../../helpers/custom-validators/video-blacklist' | 5 | import { isVideoBlacklistReasonValid, isVideoBlacklistTypeValid } from '../../helpers/custom-validators/video-blacklist' |
6 | import { VideoBlacklist, VideoBlacklistType } from '../../../shared/models/videos' | 6 | import { VideoBlacklist, VideoBlacklistType } from '../../../shared/models/videos' |
7 | import { CONSTRAINTS_FIELDS } from '../../initializers/constants' | 7 | import { CONSTRAINTS_FIELDS } from '../../initializers/constants' |
8 | import { FindOptions, literal } from 'sequelize' | 8 | import { FindOptions } from 'sequelize' |
9 | import { ThumbnailModel } from './thumbnail' | 9 | import { ThumbnailModel } from './thumbnail' |
10 | import * as Bluebird from 'bluebird' | 10 | import * as Bluebird from 'bluebird' |
11 | import { MVideoBlacklist, MVideoBlacklistFormattable } from '@server/typings/models' | 11 | import { MVideoBlacklist, MVideoBlacklistFormattable } from '@server/typings/models' |