mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-04 11:41:34 +00:00
* refactor(channels): move single-account promotion keys to plugin declarations * fix(channels): keep legacy promotion tier for undeclared setup adapters * fix(channels): keep plugin discovery lazy in setup promotion helpers * fix(channels): resolve bundled promotion surfaces from setup-only artifacts * test(matrix): use vi.stubEnv in setup test env helper
4 lines
210 B
TypeScript
4 lines
210 B
TypeScript
// Telegram plugin module implements setup contract behavior.
|
|
export const singleAccountKeysToMove = ["streaming", "webhookSecret"];
|
|
export const namedAccountPromotionKeys = ["botToken", "tokenFile"] as const;
|