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