mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-28 10:22:32 +00:00
fix: export matrix account helpers in runtime api
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
// helpers without traversing the full plugin-sdk/runtime graph or bootstrapping
|
||||
// matrix-js-sdk during plain runtime-api import.
|
||||
export * from "./src/auth-precedence.js";
|
||||
export {
|
||||
requiresExplicitMatrixDefaultAccount,
|
||||
resolveMatrixDefaultOrOnlyAccountId,
|
||||
} from "./src/account-selection.js";
|
||||
export * from "./helper-api.js";
|
||||
export {
|
||||
assertHttpUrlTargetsPrivateNetwork,
|
||||
|
||||
Reference in New Issue
Block a user