1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Fix tests

This commit is contained in:
Chocobozzz 2019-09-04 15:50:40 +02:00 committed by Chocobozzz
parent e1b49ee534
commit 2ba613a543
2 changed files with 5 additions and 1 deletions

View file

@ -4,7 +4,7 @@ import { SERVER_ACTOR_NAME } from '../../initializers/constants'
import { JobQueue } from '../job-queue'
import { logger } from '../../helpers/logger'
import { getServerActor } from '../../helpers/utils'
import { ServerModel } from '@server/models/server/server'
import { ServerModel } from '../../models/server/server'
async function autoFollowBackIfNeeded (actorFollow: MActorFollowActors) {
if (!CONFIG.FOLLOWINGS.INSTANCE.AUTO_FOLLOW_BACK.ENABLED) return