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:
parent
36d0677ec9
commit
844db39ee5
6 changed files with 167 additions and 52 deletions
|
@ -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
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue