From 5c52b0a98746245ad155c3c76ff0b3a960e15824 Mon Sep 17 00:00:00 2001 From: Ogulcan Celik Date: Tue, 27 Jan 2026 22:54:28 +0300 Subject: [PATCH] fix: remove unused imports --- src/channels/engagement-gating.ts | 6 +----- src/web/auto-reply/monitor/group-gating.ts | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/channels/engagement-gating.ts b/src/channels/engagement-gating.ts index 733c28e8c..26039294b 100644 --- a/src/channels/engagement-gating.ts +++ b/src/channels/engagement-gating.ts @@ -9,11 +9,7 @@ import type { MoltbotConfig } from "../config/config.js"; import { logVerbose } from "../globals.js"; -import { - shouldRespond, - type EngagementConfig, - type EngagementState, -} from "../config/engagement.js"; +import { shouldRespond, type EngagementState } from "../config/engagement.js"; import { resolveChannelGroupEngagement, resolveChannelGroupMode, diff --git a/src/web/auto-reply/monitor/group-gating.ts b/src/web/auto-reply/monitor/group-gating.ts index 6f5acb113..82255e114 100644 --- a/src/web/auto-reply/monitor/group-gating.ts +++ b/src/web/auto-reply/monitor/group-gating.ts @@ -13,11 +13,7 @@ import { buildMentionConfig, debugMention, resolveOwnerList } from "../mentions. import type { WebInboundMsg } from "../types.js"; import { recordPendingHistoryEntryIfEnabled } from "../../../auto-reply/reply/history.js"; import { stripMentionsForCommand } from "./commands.js"; -import { - resolveGroupActivationFor, - resolveGroupModeFor, - resolveGroupPolicyFor, -} from "./group-activation.js"; +import { resolveGroupActivationFor, resolveGroupPolicyFor } from "./group-activation.js"; import { noteGroupMember } from "./group-members.js"; export type GroupHistoryEntry = {