mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-13 02:01:16 +00:00
Merged via squash.
Prepared head SHA: dfe29e36bb
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
10 lines
436 B
TypeScript
10 lines
436 B
TypeScript
export { autoMigrateLegacyMatrixState, detectLegacyMatrixState } from "./legacy-state.js";
|
|
export { autoPrepareLegacyMatrixCrypto, detectLegacyMatrixCrypto } from "./legacy-crypto.js";
|
|
export {
|
|
hasActionableMatrixMigration,
|
|
hasPendingMatrixMigration,
|
|
resolveMatrixMigrationStatus,
|
|
type MatrixMigrationStatus,
|
|
} from "./migration-snapshot.js";
|
|
export { maybeCreateMatrixMigrationSnapshot } from "./migration-snapshot-backup.js";
|