Skip to content

Commit a00aa21

Browse files
fix: automod rule creation creates inverted rules
Signed-off-by: Ar Rakin <[email protected]>
1 parent e51a077 commit a00aa21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/typescript/automod/RuleModerationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class RuleModerationService
8181
tokens: [],
8282
words: [],
8383
enabled: true,
84-
mode: "invert",
84+
mode: "normal",
8585
normalize: true,
8686
actions: [
8787
{

0 commit comments

Comments
 (0)