1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00

Add MANAGE_PEERTUBE_FOLLOW right

This commit is contained in:
Chocobozzz 2017-11-14 09:11:43 +01:00
parent ce548a10db
commit 8e69648749
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 23 additions and 19 deletions

View file

@ -85,7 +85,7 @@ export {
// ---------------------------------------------------------------------------
async function broadcastToFollowers (data: any, fromAccount: AccountInstance, t: Sequelize.Transaction) {
const result = await db.Account.listFollowerUrlsForApi(fromAccount.id, 0)
const result = await db.Account.listAcceptedFollowerUrlsForApi(fromAccount.id, 0)
const jobPayload = {
uris: result.data,