diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/controllers/activitypub/client.ts | 2 | ||||
-rw-r--r-- | server/lib/activitypub/url.ts | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/server/controllers/activitypub/client.ts b/server/controllers/activitypub/client.ts index 71a5b6232..356da7882 100644 --- a/server/controllers/activitypub/client.ts +++ b/server/controllers/activitypub/client.ts | |||
@@ -1,7 +1,7 @@ | |||
1 | import * as cors from 'cors' | 1 | import * as cors from 'cors' |
2 | import * as express from 'express' | 2 | import * as express from 'express' |
3 | import { getServerActor } from '@server/models/application/application' | 3 | import { getServerActor } from '@server/models/application/application' |
4 | import { MAccountId, MActorId, MChannelId, MVideoId, MVideoUrl } from '@server/types/models' | 4 | import { MAccountId, MActorId, MChannelId, MVideoId } from '@server/types/models' |
5 | import { VideoPrivacy, VideoRateType } from '../../../shared/models/videos' | 5 | import { VideoPrivacy, VideoRateType } from '../../../shared/models/videos' |
6 | import { VideoPlaylistPrivacy } from '../../../shared/models/videos/playlist/video-playlist-privacy.model' | 6 | import { VideoPlaylistPrivacy } from '../../../shared/models/videos/playlist/video-playlist-privacy.model' |
7 | import { activityPubCollectionPagination, activityPubContextify } from '../../helpers/activitypub' | 7 | import { activityPubCollectionPagination, activityPubContextify } from '../../helpers/activitypub' |
diff --git a/server/lib/activitypub/url.ts b/server/lib/activitypub/url.ts index ad6a1d1fd..7816b0be0 100644 --- a/server/lib/activitypub/url.ts +++ b/server/lib/activitypub/url.ts | |||
@@ -135,6 +135,5 @@ export { | |||
135 | getLocalVideoSharesActivityPubUrl, | 135 | getLocalVideoSharesActivityPubUrl, |
136 | getLocalVideoCommentsActivityPubUrl, | 136 | getLocalVideoCommentsActivityPubUrl, |
137 | getLocalVideoLikesActivityPubUrl, | 137 | getLocalVideoLikesActivityPubUrl, |
138 | getLocalVideoDislikesActivityPubUrl, | 138 | getLocalVideoDislikesActivityPubUrl |
139 | |||
140 | } | 139 | } |