mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 15:50:22 +00:00
Fix configure startup stalls from outbound send-deps imports (#46301)
* fix: avoid configure startup plugin stalls * fix: credit configure startup changelog entry
This commit is contained in:
@@ -43,7 +43,7 @@ import {
|
||||
import {
|
||||
type OutboundSendDeps,
|
||||
resolveOutboundSendDep,
|
||||
} from "../../../src/infra/outbound/deliver.js";
|
||||
} from "../../../src/infra/outbound/send-deps.js";
|
||||
import { getTelegramRuntime } from "./runtime.js";
|
||||
|
||||
type TelegramSendFn = ReturnType<
|
||||
|
||||
@@ -7,7 +7,7 @@ import type { ChannelOutboundAdapter } from "../../../src/channels/plugins/types
|
||||
import {
|
||||
resolveOutboundSendDep,
|
||||
type OutboundSendDeps,
|
||||
} from "../../../src/infra/outbound/deliver.js";
|
||||
} from "../../../src/infra/outbound/send-deps.js";
|
||||
import type { TelegramInlineButtons } from "./button-types.js";
|
||||
import { markdownToTelegramHtmlChunks } from "./format.js";
|
||||
import { parseTelegramReplyToMessageId, parseTelegramThreadId } from "./outbound-params.js";
|
||||
|
||||
Reference in New Issue
Block a user