mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Add ability to disable video comments
This commit is contained in:
parent
c5911fd347
commit
47564bbe2e
37 changed files with 269 additions and 112 deletions
|
@ -3,7 +3,7 @@ import * as multer from 'multer'
|
|||
import { Model } from 'sequelize-typescript'
|
||||
import { ResultList } from '../../shared'
|
||||
import { VideoResolution } from '../../shared/models/videos'
|
||||
import { CONFIG, REMOTE_SCHEME, VIDEO_MIMETYPE_EXT } from '../initializers'
|
||||
import { CONFIG, REMOTE_SCHEME } from '../initializers'
|
||||
import { UserModel } from '../models/account/user'
|
||||
import { ActorModel } from '../models/activitypub/actor'
|
||||
import { ApplicationModel } from '../models/application/application'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue