mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Avoir some circular dependencies
This commit is contained in:
parent
7fed637506
commit
8dc8a34ee8
69 changed files with 278 additions and 263 deletions
|
@ -6,7 +6,7 @@ import { chunk } from 'lodash'
|
|||
import { doRequest } from '@server/helpers/requests'
|
||||
import { ActorFollowModel } from '@server/models/activitypub/actor-follow'
|
||||
import { JobQueue } from '@server/lib/job-queue'
|
||||
import { getServerActor } from '@server/helpers/utils'
|
||||
import { getServerActor } from '@server/models/application/application'
|
||||
|
||||
export class AutoFollowIndexInstances extends AbstractScheduler {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue