]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/activitypub/send/misc.ts
Unlisted videos are not displayed on Mastodon now
[github/Chocobozzz/PeerTube.git] / server / lib / activitypub / send / misc.ts
index 7a21f0c94e794d0582b176138d8493647893befc..607822d1623ec8a7f4642a68b4400ef46eb5c778 100644 (file)
@@ -153,8 +153,8 @@ function buildAudience (followerInboxUrls: string[], isPublic = true) {
     to = [ ACTIVITY_PUB.PUBLIC ]
     cc = followerInboxUrls
   } else { // Unlisted
-    to = followerInboxUrls
-    cc = [ ACTIVITY_PUB.PUBLIC ]
+    to = [ ]
+    cc = [ ]
   }
 
   return { to, cc }