refactor: route slack prepare events through channel runtime

This commit is contained in:
Peter Steinberger
2026-03-28 05:05:40 +00:00
parent f01f2ddc6d
commit 38c65b4096

View File

@@ -11,6 +11,7 @@ import {
resolveEnvelopeFormatOptions,
resolveMentionGatingWithBypass,
} from "openclaw/plugin-sdk/channel-inbound";
import { enqueueSystemEvent } 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";
@@ -19,7 +20,6 @@ import {
recordInboundSession,
resolveConversationLabel,
} from "openclaw/plugin-sdk/conversation-runtime";
import { enqueueSystemEvent } from "openclaw/plugin-sdk/infra-runtime";
import {
buildPendingHistoryContextFromMap,
recordPendingHistoryEntryIfEnabled,