From f30da9d0e891d4d9d395e3534e76209d7a111f39 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Mon, 28 Feb 2022 18:32:49 +0100 Subject: [PATCH] [census] allow moderation also for entries by cis people, might be interesting to see those results --- server/routes/census.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/routes/census.js b/server/routes/census.js index afcb69f13..4d50f6fc6 100644 --- a/server/routes/census.js +++ b/server/routes/census.js @@ -174,7 +174,6 @@ router.get('/census/moderation/queue', handleErrorAsync(async (req, res) => { SELECT id, answers, writins FROM census WHERE locale = ${global.config.locale} AND edition = ${global.config.census.edition} - AND relevant = 1 AND troll IS NULL ORDER BY RANDOM() `);