1
0
Fork 0

Fix comment deletion with mastodon

Will only act with new comments
This commit is contained in:
Chocobozzz 2018-09-24 16:24:42 +02:00
parent e5565833f6
commit 47d0b3ee61
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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,