mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-23 10:55:31 -06:00
5ae059db16
Keep bundled legacy migration discovery on narrow setup-entry surfaces so state-migration tests and doctor cold paths avoid unrelated channel runtime loads. Add targeted setup feature metadata, narrow Telegram/WhatsApp legacy contracts, and a path-only pairing SDK helper.
7 lines
208 B
TypeScript
7 lines
208 B
TypeScript
import { canonicalizeLegacySessionKey, isLegacyGroupSessionKey } from "./src/session-contract.js";
|
|
|
|
export const whatsappLegacySessionSurface = {
|
|
isLegacyGroupSessionKey,
|
|
canonicalizeLegacySessionKey,
|
|
};
|