mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Add follow tabs
Following Follow Followers
This commit is contained in:
parent
350e31d6b6
commit
51548b3181
44 changed files with 494 additions and 396 deletions
|
@ -85,7 +85,7 @@ export {
|
|||
// ---------------------------------------------------------------------------
|
||||
|
||||
async function broadcastToFollowers (data: any, fromAccount: AccountInstance, t: Sequelize.Transaction) {
|
||||
const result = await db.Account.listAcceptedFollowerUrlsForApi(fromAccount.id, 0)
|
||||
const result = await db.AccountFollow.listAcceptedFollowerUrlsForApi(fromAccount.id, 0)
|
||||
|
||||
const jobPayload = {
|
||||
uris: result.data,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue