mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
694ca50e97
This reverts commit f91de52f0d.
7 lines
208 B
TypeScript
7 lines
208 B
TypeScript
import { canonicalizeLegacySessionKey, isLegacyGroupSessionKey } from "./src/session-contract.js";
|
|
|
|
export const whatsappLegacySessionSurface = {
|
|
isLegacyGroupSessionKey,
|
|
canonicalizeLegacySessionKey,
|
|
};
|