mirror of https://github.com/Chocobozzz/PeerTube
parent
e5565833f6
commit
47d0b3ee61
|
@ -27,7 +27,7 @@ async function videoCommentActivityObjectToDBAttributes (video: VideoModel, acto
|
|||
}
|
||||
|
||||
return {
|
||||
url: comment.url,
|
||||
url: comment.id,
|
||||
text: comment.content,
|
||||
videoId: video.id,
|
||||
accountId: actor.Account.id,
|
||||
|
|
Loading…
Reference in New Issue