]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/activitypub/send/send-follow.ts
Update translations
[github/Chocobozzz/PeerTube.git] / server / lib / activitypub / send / send-follow.ts
index 6b17b25da188d7f3d2cafae5d13a021048339b9d..ce400d8fffa4196412e75238a9f2bef5e964aa0c 100644 (file)
@@ -1,5 +1,4 @@
 import { ActivityFollow } from '../../../../shared/models/activitypub'
-import { ActorFollowModel } from '../../../models/activitypub/actor-follow'
 import { getActorFollowActivityPubUrl } from '../url'
 import { unicastTo } from './utils'
 import { logger } from '../../../helpers/logger'