]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/activitypub/video-comments.ts
Fix playlist more button with long video names
[github/Chocobozzz/PeerTube.git] / server / lib / activitypub / video-comments.ts
index 92e1a9020788d570676fa6e1628e5f23b1453219..8d2c1ade318b8e32bb439e3433f422b8e67debd5 100644 (file)
@@ -141,7 +141,7 @@ async function resolveParentComment (params: ResolveThreadParams) {
     throw new Error(`Comment url ${url} host is different from the AP object id ${body.id}`)
   }
 
-  const actor = await getOrCreateActorAndServerAndModel(actorUrl)
+  const actor = await getOrCreateActorAndServerAndModel(actorUrl, 'all')
   const comment = new VideoCommentModel({
     url: body.id,
     text: body.content,