This commit is contained in:
Will Hunt 2024-09-19 16:01:03 +01:00
parent 4ee523e2c0
commit 38580c7a46

View File

@ -25,7 +25,7 @@ const USER_ID_REGEX = /@[^:]*:.+/;
export class MentionSpam extends Protection {
settings = {
maxMentionsRedact: new NumberProtectionSetting(DEFAULT_MAX_MENTIONS),
maxMentions: new NumberProtectionSetting(DEFAULT_MAX_MENTIONS),
};
constructor() {