diff --git a/server/lib/activitypub/video-comments.ts b/server/lib/activitypub/video-comments.ts index 192add5e4..c8c17f4c4 100644 --- a/server/lib/activitypub/video-comments.ts +++ b/server/lib/activitypub/video-comments.ts @@ -136,7 +136,7 @@ async function resolveThread (url: string, comments: VideoCommentModel[] = []) { const actor = await getOrCreateActorAndServerAndModel(actorUrl) const comment = new VideoCommentModel({ - url: body.url, + url: body.id, text: body.content, videoId: null, accountId: actor.Account.id,