1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Cleanup models directory organization

This commit is contained in:
Chocobozzz 2021-05-11 11:15:29 +02:00
parent c07902b908
commit 7d9ba5c089
No known key found for this signature in database
GPG key ID: 583A612D890159BE
91 changed files with 215 additions and 212 deletions

View file

@ -1,7 +1,7 @@
import { chunk } from 'lodash'
import { doJSONRequest } from '@server/helpers/requests'
import { JobQueue } from '@server/lib/job-queue'
import { ActorFollowModel } from '@server/models/activitypub/actor-follow'
import { ActorFollowModel } from '@server/models/actor/actor-follow'
import { getServerActor } from '@server/models/application/application'
import { logger } from '../../helpers/logger'
import { CONFIG } from '../../initializers/config'