mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 03:45:46 -06:00
d1bb2d5a12
Summary: - The PR changes Telegram legacy HTML rendering so raw HTML table tags are converted to `<pre><code>` pipe-tab ... ks before unsupported-tag escaping, while preserving pre/code literals and rich-message table sanitization. - PR surface: Source +38, Tests +31. Total +69 across 2 files. - Reproducibility: yes. Source inspection shows current main's legacy HTML renderer sends raw tables directly ... the linked issue describes that same escaped output; I did not run tests because this review was read-only. Automerge notes: - No ClawSweeper repair was needed after automerge opt-in. Validation: - ClawSweeper review passed for head5944f8e4d2. - Required merge gates passed before the squash merge. Prepared head SHA:5944f8e4d2Review: https://github.com/openclaw/openclaw/pull/94856#issuecomment-4749452707 Co-authored-by: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com> Co-authored-by: zhangqueping <3436352+zhangqueping@users.noreply.github.com>