Fix comment deletion with mastodon
Will only act with new comments
This commit is contained in:
parent
e5565833f6
commit
47d0b3ee61
|
@ -27,7 +27,7 @@ async function videoCommentActivityObjectToDBAttributes (video: VideoModel, acto
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
url: comment.url,
|
url: comment.id,
|
||||||
text: comment.content,
|
text: comment.content,
|
||||||
videoId: video.id,
|
videoId: video.id,
|
||||||
accountId: actor.Account.id,
|
accountId: actor.Account.id,
|
||||||
|
|
Loading…
Reference in New Issue