mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
The shared HTTP client ignored the proxy the Bot API uses, so on proxy-required networks (e.g. behind the GFW) every site fetch failed while the bot itself worked. Explicit proxy overrides reqwest's system detection; unset keeps direct connections.