Fix add comment in threads with deleted comments
This commit is contained in:
parent
5db4545cd2
commit
6cb5564490
5 changed files with 13 additions and 5 deletions
|
@ -32,6 +32,8 @@ function getVideoCommentAudience (
|
|||
|
||||
// Send to actors we reply to
|
||||
for (const parentComment of threadParentComments) {
|
||||
if (parentComment.isDeleted()) continue
|
||||
|
||||
cc.push(parentComment.Account.Actor.url)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue