fix: stabilize rebased full gate

This commit is contained in:
Peter Steinberger
2026-03-18 03:59:07 +00:00
parent 0cddb5fb7c
commit b5d2123156
4 changed files with 19 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
import { createAccountListHelpers } from "openclaw/plugin-sdk/account-helpers";
import { normalizeAccountId } from "openclaw/plugin-sdk/account-id";
import { createAccountListHelpers } from "openclaw/plugin-sdk/account-resolution";
import { hasConfiguredSecretInput } from "../secret-input.js";
import type { CoreConfig, MatrixConfig } from "../types.js";
import { resolveMatrixConfigForAccount } from "./client.js";