]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/activitypub/process-add.ts
Send follow/accept
[github/Chocobozzz/PeerTube.git] / server / lib / activitypub / process-add.ts
index 40541aca364ccb3373a74c5fc114725e90b6147c..024dee5591c149e1b48d2f7b2ae801bdf8b705e2 100644 (file)
@@ -29,7 +29,7 @@ export {
 
 function processAddVideo (account: AccountInstance, videoChannelUrl: string, video: VideoTorrentObject) {
   const options = {
-    arguments: [ account, videoChannelUrl ,video ],
+    arguments: [ account, videoChannelUrlvideo ],
     errorMessage: 'Cannot insert the remote video with many retries.'
   }