fix(telegram): preserve rich table styling · openclaw/openclaw@8150b76
openclaw
·
2026-06-24
·
via Recent Commits to openclaw:main
Commit 8150b76


authored and
committed
fix(telegram): preserve rich table styling
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -712,7 +712,7 @@ describe("dispatchTelegramMessage draft streaming", () => {
|
712 | 712 | const preview = renderText?.("| A | B |\n| --- | --- |\n| 1 | 2 |"); |
713 | 713 | expect(preview?.richMessage).toEqual( |
714 | 714 | expect.objectContaining({ |
715 | | -html: expect.stringContaining("<table>"), |
| 715 | +html: expect.stringContaining("<table bordered striped>"), |
716 | 716 | }), |
717 | 717 | ); |
718 | 718 | }); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments