]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/activitypub/audience.ts
Fix plugin storeData
[github/Chocobozzz/PeerTube.git] / server / lib / activitypub / audience.ts
index 9933ae2b5cd8b9176495475a74620fbf90c2d6fc..551d04ae35e3c72d7f1ce86828bcc0a62dfaf2e8 100644 (file)
@@ -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)
   }