aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/users
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-main/users')
-rw-r--r--client/src/app/shared/shared-main/users/user-notification.model.ts10
1 files changed, 6 insertions, 4 deletions
diff --git a/client/src/app/shared/shared-main/users/user-notification.model.ts b/client/src/app/shared/shared-main/users/user-notification.model.ts
index b1df4a584..1211995fd 100644
--- a/client/src/app/shared/shared-main/users/user-notification.model.ts
+++ b/client/src/app/shared/shared-main/users/user-notification.model.ts
@@ -1,14 +1,16 @@
1import { AuthUser } from '@app/core'
2import { Account } from '@app/shared/shared-main/account/account.model'
3import { Actor } from '@app/shared/shared-main/account/actor.model'
4import { VideoChannel } from '@app/shared/shared-main/video-channel/video-channel.model'
1import { 5import {
2 AbuseState, 6 AbuseState,
3 ActorInfo, 7 ActorInfo,
4 FollowState, 8 FollowState,
5 UserNotification as UserNotificationServer, 9 UserNotification as UserNotificationServer,
6 UserNotificationType, 10 UserNotificationType,
7 VideoInfo, 11 UserRight,
8 UserRight 12 VideoInfo
9} from '@shared/models' 13} from '@shared/models'
10import { Account, Actor, VideoChannel } from '@app/shared/shared-main'
11import { AuthUser } from '@app/core'
12 14
13export class UserNotification implements UserNotificationServer { 15export class UserNotification implements UserNotificationServer {
14 id: number 16 id: number