mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:30:47 +00:00
perf: optimize messaging plugin tests
This commit is contained in:
@@ -3,8 +3,8 @@ import { createLazyRuntimeNamedExport } from "openclaw/plugin-sdk/lazy-runtime";
|
||||
import type { ResolvedMatrixAccount } from "./matrix/accounts.js";
|
||||
|
||||
const loadMatrixChannelRuntime = createLazyRuntimeNamedExport(
|
||||
() => import("./channel.runtime.js"),
|
||||
"matrixChannelRuntime",
|
||||
() => import("./resolver.runtime.js"),
|
||||
"matrixResolverRuntime",
|
||||
);
|
||||
|
||||
type MatrixResolver = NonNullable<ChannelPlugin<ResolvedMatrixAccount>["resolver"]>;
|
||||
|
||||
Reference in New Issue
Block a user