mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-31 08:29:23 +00:00
fix(telegram): move network fallback to resolver-scoped dispatchers (#40740)
Merged via squash.
Prepared head SHA: a4456d48b4
Co-authored-by: sircrumpet <4436535+sircrumpet@users.noreply.github.com>
Co-authored-by: obviyus <22031114+obviyus@users.noreply.github.com>
Reviewed-by: @obviyus
This commit is contained in:
@@ -439,6 +439,7 @@ export function createTelegramBot(opts: TelegramBotOptions) {
|
||||
accountId: account.accountId,
|
||||
bot,
|
||||
opts,
|
||||
telegramFetchImpl: fetchImpl as unknown as typeof fetch | undefined,
|
||||
runtime,
|
||||
mediaMaxBytes,
|
||||
telegramCfg,
|
||||
|
||||
Reference in New Issue
Block a user