openclaw/src
scoootscooob de09ca149f
fix(telegram): use retry logic for sticker getFile calls (#32349)
The sticker code path called ctx.getFile() directly without retry,
unlike the non-sticker media path which uses resolveTelegramFileWithRetry
(3 attempts with jitter). This made sticker downloads vulnerable to
transient Telegram API failures, particularly in group topics where
file availability can be delayed.

Refs #32326

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 01:00:31 +00:00
..
acp feat(acp): enable dispatch by default 2026-03-03 00:47:35 +00:00
agents fix(test): tighten websocket and runner fixture typing 2026-03-03 00:55:01 +00:00
auto-reply fix(memoryFlush): guard transcript-size forced flush against repeated runs (#32358) 2026-03-03 01:00:18 +00:00
browser refactor: dedupe agent and browser cli helpers 2026-03-03 00:15:00 +00:00
canvas-host refactor(agents): centralize tool display definitions 2026-03-02 12:13:45 +00:00
channels refactor: unify inbound debounce policy and split gateway/models helpers 2026-03-03 00:54:33 +00:00
cli feat(cli): add configurable banner tagline mode 2026-03-03 00:31:51 +00:00
commands feat(models): support minimax highspeed across onboarding 2026-03-03 00:40:15 +00:00
compat
config feat(acp): enable dispatch by default 2026-03-03 00:47:35 +00:00
cron test(perf): speed up cron, memory, and secrets hotspots 2026-03-03 00:43:01 +00:00
daemon refactor: split slack/discord/session maintenance helpers 2026-03-02 23:07:20 +00:00
discord fix(discord): resample audio to 48kHz for voice messages (#32298) 2026-03-03 01:00:04 +00:00
docs
gateway refactor: unify inbound debounce policy and split gateway/models helpers 2026-03-03 00:54:33 +00:00
hooks refactor: unify inbound debounce policy and split gateway/models helpers 2026-03-03 00:54:33 +00:00
i18n fix(ci): resolve i18n typing and generated-policy drift 2026-03-02 04:29:18 +00:00
imessage refactor: unify inbound debounce policy and split gateway/models helpers 2026-03-03 00:54:33 +00:00
infra fix(restart): deduplicate reason line in restart sentinel message 2026-03-03 00:30:34 +00:00
line refactor: harden plugin install flow and main DM route pinning 2026-03-02 21:22:38 +00:00
link-understanding
logging fix: resolve rebase conflict markers 2026-03-02 19:57:33 +00:00
markdown refactor: dedupe gateway config and infra flows 2026-03-03 00:15:14 +00:00
media refactor(runtime): harden channel-registry cache invalidation and split outbound delivery flow 2026-03-03 00:05:39 +00:00
media-understanding fix(ci): resolve docs lint and test typing regressions 2026-03-03 00:55:01 +00:00
memory test(perf): speed up cron, memory, and secrets hotspots 2026-03-03 00:43:01 +00:00
node-host refactor: unify system.run approval cwd revalidation 2026-03-02 23:46:54 +00:00
pairing refactor: dedupe gateway config and infra flows 2026-03-03 00:15:14 +00:00
plugin-sdk refactor: dedupe agent and browser cli helpers 2026-03-03 00:15:00 +00:00
plugins test(perf): trim fixture churn in install and cron suites 2026-03-03 00:20:46 +00:00
process refactor: dedupe cli config cron and install flows 2026-03-02 19:57:33 +00:00
providers refactor: dedupe agent and browser cli helpers 2026-03-03 00:15:00 +00:00
routing perf(runtime): reduce hot-path config and routing overhead 2026-03-03 00:20:46 +00:00
scripts
secrets test(perf): speed up cron, memory, and secrets hotspots 2026-03-03 00:43:01 +00:00
security fix(ci): resolve docs lint and test typing regressions 2026-03-03 00:55:01 +00:00
sessions test(integration): dedupe messaging, secrets, and plugin test suites 2026-03-02 07:13:11 +00:00
shared refactor(nodes): dedupe camera payload and node resolve helpers 2026-03-02 23:32:41 +00:00
signal refactor: unify inbound debounce policy and split gateway/models helpers 2026-03-03 00:54:33 +00:00
slack refactor: unify inbound debounce policy and split gateway/models helpers 2026-03-03 00:54:33 +00:00
telegram fix(telegram): use retry logic for sticker getFile calls (#32349) 2026-03-03 01:00:31 +00:00
terminal refactor: dedupe channel and gateway surfaces 2026-03-02 19:57:33 +00:00
test-helpers
test-utils refactor: dedupe agent and browser cli helpers 2026-03-03 00:15:00 +00:00
tts refactor: dedupe channel and gateway surfaces 2026-03-02 19:57:33 +00:00
tui docs: tighten subscription guidance and update MiniMax M2.5 refs 2026-03-03 00:02:37 +00:00
types
utils docs: tighten subscription guidance and update MiniMax M2.5 refs 2026-03-03 00:02:37 +00:00
web refactor: dedupe channel outbound and monitor tests 2026-03-03 00:15:15 +00:00
whatsapp refactor: dedupe channel outbound and monitor tests 2026-03-03 00:15:15 +00:00
wizard fix(security): harden sms.send dangerous-node defaults 2026-03-02 16:06:52 +00:00
channel-web.ts
docker-image-digests.test.ts
docker-setup.e2e.test.ts feat(docker): add opt-in sandbox support for Docker deployments (#29974) 2026-03-01 23:06:10 -08:00
dockerfile.test.ts fix(docker): harden /app/extensions permissions to 755 (#30191) 2026-03-01 15:45:21 -08:00
entry.ts CLI: add root --help fast path and lazy channel option resolution (#30975) 2026-03-01 14:23:46 -08:00
extensionAPI.ts
globals.ts
index.ts
logger.test.ts
logger.ts refactor: dedupe agent and reply runtimes 2026-03-02 19:57:33 +00:00
logging.ts
polls.test.ts
polls.ts
runtime.ts
utils.test.ts
utils.ts
version.test.ts refactor: centralize delivery/path/media/version lifecycle 2026-03-02 04:04:36 +00:00
version.ts refactor: centralize delivery/path/media/version lifecycle 2026-03-02 04:04:36 +00:00