aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/videos.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/activitypub/videos.ts')
-rw-r--r--server/lib/activitypub/videos.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/lib/activitypub/videos.ts b/server/lib/activitypub/videos.ts
index 2899acff3..dbd7385a4 100644
--- a/server/lib/activitypub/videos.ts
+++ b/server/lib/activitypub/videos.ts
@@ -306,7 +306,8 @@ export {
306 videoFileActivityUrlToDBAttributes, 306 videoFileActivityUrlToDBAttributes,
307 getOrCreateVideo, 307 getOrCreateVideo,
308 getOrCreateVideoChannel, 308 getOrCreateVideoChannel,
309 addVideoShares} 309 addVideoShares
310}
310 311
311// --------------------------------------------------------------------------- 312// ---------------------------------------------------------------------------
312 313