Add client action hooks for pubish pages

This commit is contained in:
Chocobozzz
2021-03-24 10:58:36 +01:00
parent 74a4d53110
commit 2e257e36b7
7 changed files with 56 additions and 21 deletions

View File

@@ -2,6 +2,7 @@
import 'mocha'
import * as chai from 'chai'
import { advancedVideoChannelSearch } from '@shared/extra-utils/search/video-channels'
import { ServerConfig } from '@shared/models'
import { HttpStatusCode } from '../../../shared/core-utils/miscs/http-error-codes'
import {
@@ -26,7 +27,6 @@ import {
installPlugin,
makeRawRequest,
registerUser,
searchVideo,
setAccessTokensToServers,
setDefaultVideoChannel,
updateCustomSubConfig,
@@ -46,7 +46,6 @@ import {
VideoPrivacy
} from '../../../shared/models/videos'
import { VideoCommentThreadTree } from '../../../shared/models/videos/video-comment.model'
import { advancedVideoChannelSearch } from '@shared/extra-utils/search/video-channels'
const expect = chai.expect