diff options
-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 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[] = []) { | |||
136 | 136 | ||
137 | const actor = await getOrCreateActorAndServerAndModel(actorUrl) | 137 | const actor = await getOrCreateActorAndServerAndModel(actorUrl) |
138 | const comment = new VideoCommentModel({ | 138 | const comment = new VideoCommentModel({ |
139 | url: body.url, | 139 | url: body.id, |
140 | text: body.content, | 140 | text: body.content, |
141 | videoId: null, | 141 | videoId: null, |
142 | accountId: actor.Account.id, | 142 | accountId: actor.Account.id, |