We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89365f6 commit bc25382Copy full SHA for bc25382
src/main/typescript/security/ModerationRuleHandler.ts
@@ -82,6 +82,8 @@ class ModerationRuleHandler extends HasApplication implements ModerationRuleHand
82
@Inject("imageRecognitionService")
83
private readonly imageRecognitionService!: ImageRecognitionService;
84
85
+ public async boot() {}
86
+
87
@AcceptsMessageRuleScopes(MessageRuleScope.Content)
88
public domain_filter(context: ModerationRuleContext<"message", { type: "domain_filter" }>) {
89
const { message, rule } = context;
0 commit comments