aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/activitypub/actor-follow.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/models/activitypub/actor-follow.ts')
-rw-r--r--server/models/activitypub/actor-follow.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/activitypub/actor-follow.ts b/server/models/activitypub/actor-follow.ts
index 85a371026..3e85cc329 100644
--- a/server/models/activitypub/actor-follow.ts
+++ b/server/models/activitypub/actor-follow.ts
@@ -33,7 +33,7 @@ import {
33 MActorFollowFollowingHost, 33 MActorFollowFollowingHost,
34 MActorFollowFormattable, 34 MActorFollowFormattable,
35 MActorFollowSubscriptions 35 MActorFollowSubscriptions
36} from '@server/typings/models' 36} from '@server/types/models'
37import { ActivityPubActorType } from '@shared/models' 37import { ActivityPubActorType } from '@shared/models'
38import { VideoModel } from '@server/models/video/video' 38import { VideoModel } from '@server/models/video/video'
39import { getServerActor } from '@server/models/application/application' 39import { getServerActor } from '@server/models/application/application'