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:
parent
ce548a10db
commit
8e69648749
6 changed files with 23 additions and 19 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue