X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Factivitypub%2Fsend%2Fsend-follow.ts;h=f81d9a1942ed2c57ccef3d84103a03407bad8982;hb=e251f170b00b2014ac4e823113c6ff40e3fb1471;hp=4e9865af48dd782a9ec9b808ec1c7a6daa348d6a;hpb=16f29007dc6ad9c539195d7a7c1cde45d626ce91;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/activitypub/send/send-follow.ts b/server/lib/activitypub/send/send-follow.ts index 4e9865af4..f81d9a194 100644 --- a/server/lib/activitypub/send/send-follow.ts +++ b/server/lib/activitypub/send/send-follow.ts @@ -2,7 +2,7 @@ import { ActivityFollow } from '../../../../shared/models/activitypub' import { ActorModel } from '../../../models/activitypub/actor' import { ActorFollowModel } from '../../../models/activitypub/actor-follow' import { getActorFollowActivityPubUrl } from '../url' -import { unicastTo } from './misc' +import { unicastTo } from './utils' function sendFollow (actorFollow: ActorFollowModel) { const me = actorFollow.ActorFollower