reddit-moderator-toolbox
reddit-moderator-toolbox copied to clipboard
Usernotes adding multiple "null" warnings
Instead of using a single "null" index in the constants.warnings array, toolbox is producing multiple:
"warnings":
[
null,
"abusewarn",
"spamwarn",
"spamwatch",
"gooduser",
null,
"ban"
]
One of the "null" values is actually "undefined", which is why it shows up twice
Is the latest version of toolbox responsible for writing to this array, or is it left over from an older version?
Our usernote handling probably needs to be redone either way, but...