]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/activitypub/videos.ts
Bumped to version v3.1.0
[github/Chocobozzz/PeerTube.git] / server / lib / activitypub / videos.ts
index c29bcc52843eeef9302e2009456e28b4453b7aac..c02578aadcbb4167ac975500b49510f51ef0153d 100644 (file)
@@ -440,7 +440,7 @@ async function updateVideoFromAP (options: {
         const tags = videoObject.tag
                                 .filter(isAPHashTagObject)
                                 .map(tag => tag.name)
-        await setVideoTags({ video: videoUpdated, tags, transaction: t, defaultValue: videoUpdated.Tags })
+        await setVideoTags({ video: videoUpdated, tags, transaction: t })
       }
 
       // Update trackers