Files
openclaw/extensions/matrix/src/matrix-migration.runtime.ts
2026-04-09 01:20:46 -04:00

5 lines
369 B
TypeScript

export { autoMigrateLegacyMatrixState, detectLegacyMatrixState } from "./legacy-state.js";
export { autoPrepareLegacyMatrixCrypto, detectLegacyMatrixCrypto } from "./legacy-crypto.js";
export { hasActionableMatrixMigration, hasPendingMatrixMigration } from "./migration-snapshot.js";
export { maybeCreateMatrixMigrationSnapshot } from "./migration-snapshot-backup.js";