aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/types/models/account/actor-follow.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/types/models/account/actor-follow.ts')
-rw-r--r--server/types/models/account/actor-follow.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/types/models/account/actor-follow.ts b/server/types/models/account/actor-follow.ts
index 5d0c03c8d..8c213d09c 100644
--- a/server/types/models/account/actor-follow.ts
+++ b/server/types/models/account/actor-follow.ts
@@ -8,7 +8,7 @@ import {
8 MActorHost, 8 MActorHost,
9 MActorUsername 9 MActorUsername
10} from './actor' 10} from './actor'
11import { PickWith } from '../../utils' 11import { PickWith } from '@shared/core-utils'
12import { ActorModel } from '@server/models/activitypub/actor' 12import { ActorModel } from '@server/models/activitypub/actor'
13import { MChannelDefault } from '../video/video-channels' 13import { MChannelDefault } from '../video/video-channels'
14 14