1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00
This commit is contained in:
Chocobozzz 2021-10-14 14:14:57 +02:00
parent afb7d2d5c6
commit f0ab2aed3d
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 2 additions and 3 deletions

View file

@ -8,7 +8,7 @@ import { REMOTE_SCHEME, WEBSERVER } from '../../../initializers/constants'
import { sequelizeTypescript } from '../../../initializers/database'
import { ActorModel } from '../../../models/actor/actor'
import { ActorFollowModel } from '../../../models/actor/actor-follow'
import { MActor, MActorFollowActors, MActorFull } from '../../../types/models'
import { MActor, MActorFull } from '../../../types/models'
import { getOrCreateAPActor, loadActorUrlOrGetFromWebfinger } from '../../activitypub/actors'
import { sendFollow } from '../../activitypub/send'
import { Notifier } from '../../notifier'