🐛(frontend) vendor formatChatMessageLinks and trim surrounding newlines

Copy the `formatChatMessageLinks` function locally so we can iterate
on it without patching the upstream dependency.

Use the local copy to trim `\n` characters at the beginning and end
of chat messages, which were leaking into the rendered output.
This commit is contained in:
lebaudantoine
2026-08-13 11:15:40 +02:00
committed by aleb_the_flash
parent cbfb97eb54
commit 01e004e272
3 changed files with 34 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ and this project adheres to
### Changed
- 🔥(frontend) drop unused vendored ConnectionObserver
- 🐛(frontend) vendor formatChatMessageLinks and trim surrounding newlines
### Fixed