Fix comment deletion with mastodon
Will only act with new comments
This commit is contained in:
parent
e5565833f6
commit
47d0b3ee61
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue