1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00
This commit is contained in:
Chocobozzz 2017-11-17 15:52:26 +01:00
parent 572f8d3dba
commit 79d5caf994
No known key found for this signature in database
GPG key ID: 583A612D890159BE
20 changed files with 49 additions and 95 deletions

View file

@ -147,7 +147,7 @@ async function broadcastToFollowers (data: any, byAccount: AccountInstance, toAc
const result = await db.AccountFollow.listAcceptedFollowerSharedInboxUrls(toAccountFollowerIds)
if (result.data.length === 0) {
logger.info('Not broadcast because of 0 followers for %s.', toAccountFollowerIds.join(', '))
return
return undefined
}
const jobPayload = {