From 8578e3b5e630f0cfe1dfbf13a7be1e6b89554077 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 27 Sep 2018 11:05:50 +0200 Subject: [PATCH] Fix federation with a comment reply --- server/lib/activitypub/video-comments.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.41.0