Handle announces in inbox
This commit is contained in:
parent
8e10cf1a5a
commit
d846501818
17 changed files with 264 additions and 23 deletions
|
@ -24,6 +24,8 @@ import { OAuthClientModel } from './../models/oauth/oauth-client-interface'
|
|||
import { JobModel } from './../models/job/job-interface'
|
||||
import { AccountModel } from './../models/account/account-interface'
|
||||
import { ApplicationModel } from './../models/application/application-interface'
|
||||
import { VideoChannelShareModel } from '../models/video/video-channel-share-interface'
|
||||
import { VideoShareModel } from '../models/video/video-share-interface'
|
||||
|
||||
const dbname = CONFIG.DATABASE.DBNAME
|
||||
const username = CONFIG.DATABASE.USERNAME
|
||||
|
@ -45,6 +47,8 @@ const database: {
|
|||
User?: UserModel,
|
||||
VideoAbuse?: VideoAbuseModel,
|
||||
VideoChannel?: VideoChannelModel,
|
||||
VideoChannelShare?: VideoChannelShareModel,
|
||||
VideoShare?: VideoShareModel,
|
||||
VideoFile?: VideoFileModel,
|
||||
BlacklistedVideo?: BlacklistedVideoModel,
|
||||
VideoTag?: VideoTagModel,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue