mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Add ability to view my followers
This commit is contained in:
parent
9593a78ae1
commit
4beda9e12a
47 changed files with 799 additions and 248 deletions
|
@ -95,7 +95,7 @@ async function areSubscriptionsExist (req: express.Request, res: express.Respons
|
|||
return { name, host, uri: u }
|
||||
})
|
||||
|
||||
const results = await ActorFollowModel.listSubscribedIn(user.Account.Actor.id, handles)
|
||||
const results = await ActorFollowModel.listSubscriptionsOf(user.Account.Actor.id, handles)
|
||||
|
||||
const existObject: { [id: string ]: boolean } = {}
|
||||
for (const handle of handles) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue