mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Add ability to list comments on local videos
This commit is contained in:
parent
045224d5eb
commit
0e6cd1c00f
7 changed files with 40 additions and 2 deletions
|
@ -91,6 +91,7 @@ async function listComments (req: express.Request, res: express.Response) {
|
|||
sort: req.query.sort,
|
||||
|
||||
isLocal: req.query.isLocal,
|
||||
onLocalVideo: req.query.onLocalVideo,
|
||||
search: req.query.search,
|
||||
searchAccount: req.query.searchAccount,
|
||||
searchVideo: req.query.searchVideo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue