aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/videos.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-11 15:55:39 +0200
committerChocobozzz <me@florianbigard.com>2018-05-11 15:55:39 +0200
commit938d3fa0ffb4cf3e4c88f94dcfcae5eb2ce5e190 (patch)
tree844768f122c8f06d1f90f006d9fdd0e2e4005aae /server/lib/activitypub/videos.ts
parent5cf135001124cd19183336dbfcae1cd432217b00 (diff)
downloadPeerTube-938d3fa0ffb4cf3e4c88f94dcfcae5eb2ce5e190.tar.gz
PeerTube-938d3fa0ffb4cf3e4c88f94dcfcae5eb2ce5e190.tar.zst
PeerTube-938d3fa0ffb4cf3e4c88f94dcfcae5eb2ce5e190.zip
Move normalize functions in helpers
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