X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Factivitypub%2Fvideo-comments.ts;h=3aee6799e2c48cea82dc7179913ea7837ece3af9;hb=652c64165b3d8d1c5d5fc646c29e5cd1c82a3330;hp=8642d2432df8083afe5e6fce977a8e9d71e701ef;hpb=a30a136c9896c656cab98d2c92cde32c534dc098;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/activitypub/video-comments.ts b/server/lib/activitypub/video-comments.ts index 8642d2432..3aee6799e 100644 --- a/server/lib/activitypub/video-comments.ts +++ b/server/lib/activitypub/video-comments.ts @@ -120,7 +120,7 @@ async function resolveParentComment (params: ResolveThreadParams) { throw new Error('Recursion limit reached when resolving a thread') } - const { body } = await doRequest({ + const { body } = await doRequest({ uri: url, json: true, activityPub: true