mirror of https://github.com/Chocobozzz/PeerTube
Fix comment notifications
parent
f3628e694b
commit
0763044f7d
|
@ -141,7 +141,7 @@ async function resolveParentComment (params: ResolveThreadParams) {
|
||||||
throw new Error(`Comment url ${url} host is different from the AP object id ${body.id}`)
|
throw new Error(`Comment url ${url} host is different from the AP object id ${body.id}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
const actor = await getOrCreateActorAndServerAndModel(actorUrl)
|
const actor = await getOrCreateActorAndServerAndModel(actorUrl, 'all')
|
||||||
const comment = new VideoCommentModel({
|
const comment = new VideoCommentModel({
|
||||||
url: body.id,
|
url: body.id,
|
||||||
text: body.content,
|
text: body.content,
|
||||||
|
|
Loading…
Reference in New Issue