Files
openclaw/extensions/telegram/runtime-setter-api.ts
Gustavo Madeira Santana ddc1d9aa54 perf: speed up telegram channel registration (#69786)
Merged via squash.

Prepared head SHA: ac03f96e0d
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
2026-04-21 13:24:28 -04:00

4 lines
215 B
TypeScript

// Keep bundled registration fast: the runtime setter is needed during plugin
// bootstrap, but the broad runtime-api barrel is only for compatibility callers.
export { setTelegramRuntime } from "./src/runtime.js";