[admin] more keywords for sus accounts

This commit is contained in:
Andrea Vos 2021-06-23 17:24:16 +02:00
parent e96bd7b3a0
commit f74b53edef

View File

@ -154,6 +154,14 @@ router.get('/admin/suspicious', handleErrorAsync(async (req, res) => {
OR lower(description) LIKE '%super%'
OR lower(customFlags) LIKE '%phobe%'
OR lower(description) LIKE '%phobe%'
OR lower(customFlags) LIKE '%phobic%'
OR lower(description) LIKE '%phobic%'
OR lower(customFlags) LIKE '%terf%'
OR lower(description) LIKE '%terf%'
OR lower(customFlags) LIKE '%radfem%'
OR lower(description) LIKE '%radfem%'
OR lower(customFlags) LIKE '%gender critical%'
OR lower(description) LIKE '%gender critical%'
)
ORDER BY users.id DESC
`));