Fix federation with a comment reply
This commit is contained in:
parent
7cd26d0a99
commit
8578e3b5e6
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue