Skip to content

Commit bc25382

Browse files
fix: missing boot method in moderation rule handler implementation
Signed-off-by: Ar Rakin <[email protected]>
1 parent 89365f6 commit bc25382

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/typescript/security/ModerationRuleHandler.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ class ModerationRuleHandler extends HasApplication implements ModerationRuleHand
8282
@Inject("imageRecognitionService")
8383
private readonly imageRecognitionService!: ImageRecognitionService;
8484

85+
public async boot() {}
86+
8587
@AcceptsMessageRuleScopes(MessageRuleScope.Content)
8688
public domain_filter(context: ModerationRuleContext<"message", { type: "domain_filter" }>) {
8789
const { message, rule } = context;

0 commit comments

Comments
 (0)