Add moderation helpers to plugins
This commit is contained in:
parent
3cc665f48f
commit
80fdaf0645
34 changed files with 486 additions and 152 deletions
|
@ -5,7 +5,7 @@ import * as prompt from 'prompt'
|
|||
import { join } from 'path'
|
||||
import { CONFIG } from '../server/initializers/config'
|
||||
import { VideoModel } from '../server/models/video/video'
|
||||
import { initDatabaseModels } from '../server/initializers'
|
||||
import { initDatabaseModels } from '../server/initializers/database'
|
||||
import { readdir, remove } from 'fs-extra'
|
||||
import { VideoRedundancyModel } from '../server/models/redundancy/video-redundancy'
|
||||
import * as Bluebird from 'bluebird'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue