mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
[census] allow moderation also for entries by cis people, might be interesting to see those results
This commit is contained in:
parent
9af4a6dfb6
commit
f30da9d0e8
@ -174,7 +174,6 @@ router.get('/census/moderation/queue', handleErrorAsync(async (req, res) => {
|
|||||||
SELECT id, answers, writins FROM census
|
SELECT id, answers, writins FROM census
|
||||||
WHERE locale = ${global.config.locale}
|
WHERE locale = ${global.config.locale}
|
||||||
AND edition = ${global.config.census.edition}
|
AND edition = ${global.config.census.edition}
|
||||||
AND relevant = 1
|
|
||||||
AND troll IS NULL
|
AND troll IS NULL
|
||||||
ORDER BY RANDOM()
|
ORDER BY RANDOM()
|
||||||
`);
|
`);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user