mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 06:30: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:
@@ -1,5 +1,5 @@
|
||||
import type { ChannelOutboundAdapter } from "openclaw/plugin-sdk/matrix";
|
||||
import { resolveOutboundSendDep } from "../../../src/infra/outbound/deliver.js";
|
||||
import { resolveOutboundSendDep } from "../../../src/infra/outbound/send-deps.js";
|
||||
import { sendMessageMatrix, sendPollMatrix } from "./matrix/send.js";
|
||||
import { getMatrixRuntime } from "./runtime.js";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user