mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-02 04:04:55 +00:00
Summary: - The PR normalizes legacy Telegram `group:<numeric>` durable retry targets before text/media/payload/poll sends and delivered-message pinning, with regression tests and a changelog entry. - Reproducibility: yes. Source inspection shows recovery passes `entry.to` unchanged into the Telegram outbound path, and current send resolution rejects bare `group:-100...` as a non-numeric Telegram chat ID. Automerge notes: - PR branch already contained follow-up commit before automerge: fix(telegram): normalize durable retry pin targets - PR branch already contained follow-up commit before automerge: fix(telegram): normalize durable group retry targets - PR branch already contained follow-up commit before automerge: fix(clawsweeper): address review for automerge-openclaw-openclaw-8565… Validation: - ClawSweeper review passed for head272bc225dd. - Required merge gates passed before the squash merge. Prepared head SHA:272bc225ddReview: https://github.com/openclaw/openclaw/pull/85656#issuecomment-4524463510 Co-authored-by: luoyanglang <hanwanlonga@gmail.com> Co-authored-by: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com> Co-authored-by: clawsweeper[bot] <274271284+clawsweeper[bot]@users.noreply.github.com> Approved-by: takhoffman Co-authored-by: takhoffman <781889+takhoffman@users.noreply.github.com>