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

Add search for video, reporter and channel name fields

This commit is contained in:
Rigel Kent 2020-04-18 10:00:19 +02:00 committed by Rigel Kent
parent 36d0677ec9
commit 844db39ee5
6 changed files with 167 additions and 52 deletions

View file

@ -69,6 +69,7 @@ async function listVideoAbuses (req: express.Request, res: express.Response) {
start: req.query.start,
count: req.query.count,
sort: req.query.sort,
search: req.query.search,
serverAccountId: serverActor.Account.id,
user
})