Added new SYSTEM_WITHHELD comment status

This commit is contained in:
Wyatt Johnson
2017-09-11 11:09:21 -06:00
parent ab1f1dee3e
commit 49f09b87a0
11 changed files with 27 additions and 18 deletions
@@ -37,9 +37,7 @@ module.exports = {
});
if (commentIsToxic) {
// TODO: this should have a different status than Premod.
input.status = 'PREMOD';
input.status = 'SYSTEM_WITHHELD';
}
},
async post(_, _input, _context, _info, result) {