1
0
Fork 0
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:
Chocobozzz 2022-08-12 11:05:11 +02:00
parent 045224d5eb
commit 0e6cd1c00f
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 40 additions and 2 deletions

View file

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