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

Add ability to subscribe from the channel account page

This commit is contained in:
Chocobozzz 2019-05-29 16:57:43 +02:00
parent c8487f3f63
commit bc01017be9
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 5 additions and 1 deletions

View file

@ -117,7 +117,7 @@ async function listAccountChannels (req: express.Request, res: express.Response)
accountId: res.locals.account.id,
start: req.query.start,
count: req.query.count,
sort: req.query.sort,
sort: req.query.sort
}
const resultList = await VideoChannelModel.listByAccount(options)