fix(telegram): honor outbound proxy config (#1774, thanks @radek-paclt)

Co-authored-by: Radek Paclt <developer@muj-partak.cz>
This commit is contained in:
Peter Steinberger
2026-01-25 11:41:32 +00:00
parent 65e2d939e1
commit 7e9aa3c275
3 changed files with 147 additions and 28 deletions

View File

@@ -36,6 +36,7 @@ Docs: https://docs.clawd.bot
- TUI: reload history after gateway reconnect to restore session state. (#1663)
- Telegram: use wrapped fetch for long-polling on Node to normalize AbortSignal handling. (#1639)
- Telegram: set fetch duplex="half" for uploads on Node 22 to avoid sendPhoto failures. (#1684) Thanks @commdata2338.
- Telegram: honor per-account proxy for outbound API calls. (#1774) Thanks @radek-paclt.
- Signal: repair reaction sends (group/UUID targets + CLI author flags). (#1651) Thanks @vilkasdev.
- Signal: add configurable signal-cli startup timeout + external daemon mode docs. (#1677) https://docs.clawd.bot/channels/signal
- Exec: keep approvals for elevated ask unless full mode. (#1616) Thanks @ivancasco.