refactor: route discord preflight activity through channel runtime

This commit is contained in:
Peter Steinberger 2026-03-28 03:19:26 +00:00
parent 8c277121d9
commit c04ceb5cc2
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@ import {
matchesMentionWithExplicit,
resolveMentionGatingWithBypass,
} from "openclaw/plugin-sdk/channel-inbound";
import { recordChannelActivity } from "openclaw/plugin-sdk/channel-runtime";
import { resolveControlCommandGate } from "openclaw/plugin-sdk/command-auth";
import { hasControlCommand } from "openclaw/plugin-sdk/command-auth";
import { shouldHandleTextCommands } from "openclaw/plugin-sdk/command-auth";
@ -14,7 +15,6 @@ import { loadConfig } from "openclaw/plugin-sdk/config-runtime";
import { isDangerousNameMatchingEnabled } from "openclaw/plugin-sdk/config-runtime";
import type { SessionBindingRecord } from "openclaw/plugin-sdk/conversation-runtime";
import * as conversationRuntime from "openclaw/plugin-sdk/conversation-runtime";
import { recordChannelActivity } from "openclaw/plugin-sdk/infra-runtime";
import { enqueueSystemEvent } from "openclaw/plugin-sdk/infra-runtime";
import {
recordPendingHistoryEntryIfEnabled,