mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-19 18:00:09 +02:00
feat: add req.query to flags.list/getCount
This commit is contained in:
@@ -83,6 +83,7 @@ modsController.flags.list = async function (req, res, next) {
|
||||
filters: filters,
|
||||
sort: sort,
|
||||
uid: req.uid,
|
||||
query: req.query,
|
||||
}),
|
||||
analytics.getDailyStatsForSet('analytics:flags', Date.now(), 30),
|
||||
helpers.getSelectedCategory(filters.cid),
|
||||
|
||||
Reference in New Issue
Block a user