pull/3334/head
Chocobozzz 2020-11-20 11:34:49 +01:00
parent 64b5c2476a
commit 55d5fbc583
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import * as cors from 'cors'
import * as express from 'express'
import { getServerActor } from '@server/models/application/application'
import { MAccountId, MActorId, MChannelId, MVideoId, MVideoUrl } from '@server/types/models'
import { MAccountId, MActorId, MChannelId, MVideoId } from '@server/types/models'
import { VideoPrivacy, VideoRateType } from '../../../shared/models/videos'
import { VideoPlaylistPrivacy } from '../../../shared/models/videos/playlist/video-playlist-privacy.model'
import { activityPubCollectionPagination, activityPubContextify } from '../../helpers/activitypub'

View File

@ -135,6 +135,5 @@ export {
getLocalVideoSharesActivityPubUrl,
getLocalVideoCommentsActivityPubUrl,
getLocalVideoLikesActivityPubUrl,
getLocalVideoDislikesActivityPubUrl,
getLocalVideoDislikesActivityPubUrl
}