mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:00:54 +00:00
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
This commit is contained in:
committed by
GitHub
parent
5e72e39c18
commit
ddc1d9aa54
3
extensions/telegram/runtime-setter-api.ts
Normal file
3
extensions/telegram/runtime-setter-api.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// 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";
|
||||
Reference in New Issue
Block a user