diff options
Diffstat (limited to 'server/lib/activitypub')
-rw-r--r-- | server/lib/activitypub/video-comments.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/activitypub/video-comments.ts b/server/lib/activitypub/video-comments.ts index 4ca8bf659..192add5e4 100644 --- a/server/lib/activitypub/video-comments.ts +++ b/server/lib/activitypub/video-comments.ts | |||
@@ -27,7 +27,7 @@ async function videoCommentActivityObjectToDBAttributes (video: VideoModel, acto | |||
27 | } | 27 | } |
28 | 28 | ||
29 | return { | 29 | return { |
30 | url: comment.url, | 30 | url: comment.id, |
31 | text: comment.content, | 31 | text: comment.content, |
32 | videoId: video.id, | 32 | videoId: video.id, |
33 | accountId: actor.Account.id, | 33 | accountId: actor.Account.id, |