mirror of
https://github.com/wassname/talk.git
synced 2026-08-17 11:27:52 +08:00
Added new SYSTEM_WITHHELD comment status
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user