1
0
Fork 0
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:
Chocobozzz 2017-11-15 10:10:41 +01:00
parent 350e31d6b6
commit 51548b3181
No known key found for this signature in database
GPG key ID: 583A612D890159BE
44 changed files with 494 additions and 396 deletions

View file

@ -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,