diff options
Diffstat (limited to 'server/lib/notifier.ts')
-rw-r--r-- | server/lib/notifier.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/lib/notifier.ts b/server/lib/notifier.ts index 89f91e031..943a087d2 100644 --- a/server/lib/notifier.ts +++ b/server/lib/notifier.ts | |||
@@ -7,8 +7,8 @@ import { | |||
7 | MUserNotifSettingAccount, | 7 | MUserNotifSettingAccount, |
8 | MUserWithNotificationSetting, | 8 | MUserWithNotificationSetting, |
9 | UserNotificationModelForApi | 9 | UserNotificationModelForApi |
10 | } from '@server/typings/models/user' | 10 | } from '@server/types/models/user' |
11 | import { MVideoImportVideo } from '@server/typings/models/video/video-import' | 11 | import { MVideoImportVideo } from '@server/types/models/video/video-import' |
12 | import { UserNotificationSettingValue, UserNotificationType, UserRight } from '../../shared/models/users' | 12 | import { UserNotificationSettingValue, UserNotificationType, UserRight } from '../../shared/models/users' |
13 | import { VideoAbuse, VideoPrivacy, VideoState } from '../../shared/models/videos' | 13 | import { VideoAbuse, VideoPrivacy, VideoState } from '../../shared/models/videos' |
14 | import { logger } from '../helpers/logger' | 14 | import { logger } from '../helpers/logger' |
@@ -16,7 +16,7 @@ import { CONFIG } from '../initializers/config' | |||
16 | import { AccountBlocklistModel } from '../models/account/account-blocklist' | 16 | import { AccountBlocklistModel } from '../models/account/account-blocklist' |
17 | import { UserModel } from '../models/account/user' | 17 | import { UserModel } from '../models/account/user' |
18 | import { UserNotificationModel } from '../models/account/user-notification' | 18 | import { UserNotificationModel } from '../models/account/user-notification' |
19 | import { MAccountServer, MActorFollowFull } from '../typings/models' | 19 | import { MAccountServer, MActorFollowFull } from '../types/models' |
20 | import { | 20 | import { |
21 | MCommentOwnerVideo, | 21 | MCommentOwnerVideo, |
22 | MVideoAbuseVideo, | 22 | MVideoAbuseVideo, |
@@ -24,7 +24,7 @@ import { | |||
24 | MVideoBlacklistLightVideo, | 24 | MVideoBlacklistLightVideo, |
25 | MVideoBlacklistVideo, | 25 | MVideoBlacklistVideo, |
26 | MVideoFullLight | 26 | MVideoFullLight |
27 | } from '../typings/models/video' | 27 | } from '../types/models/video' |
28 | import { isBlockedByServerOrAccount } from './blocklist' | 28 | import { isBlockedByServerOrAccount } from './blocklist' |
29 | import { Emailer } from './emailer' | 29 | import { Emailer } from './emailer' |
30 | import { PeerTubeSocket } from './peertube-socket' | 30 | import { PeerTubeSocket } from './peertube-socket' |