Add moderation helpers to plugins

This commit is contained in:
Chocobozzz 2020-05-07 14:58:24 +02:00
parent 3cc665f48f
commit 80fdaf0645
No known key found for this signature in database
GPG key ID: 583A612D890159BE
34 changed files with 486 additions and 152 deletions

View file

@ -17,7 +17,7 @@ import { VideoCommentModel } from '../server/models/video/video-comment'
import { AccountModel } from '../server/models/account/account'
import { VideoChannelModel } from '../server/models/video/video-channel'
import { VideoStreamingPlaylistModel } from '../server/models/video/video-streaming-playlist'
import { initDatabaseModels } from '../server/initializers'
import { initDatabaseModels } from '../server/initializers/database'
import { createTorrentAndSetInfoHash } from '@server/helpers/webtorrent'
import { getServerActor } from '@server/models/application/application'