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:
parent
c8487f3f63
commit
bc01017be9
3 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue