When typing XML-style & escapes such as A in a chat, they get converted to the corresponding Unicode character. This is highly surprising because more common HTML features like <b> are not recognised and are sent as-is.
Inside code blocks (e.g. `A`), XML-style escapes are already left as-is, fortunately.
Steps to Reproduce
Send A. Observe that what gets actually sent is A.
Bug Description
When typing XML-style
&
escapes such asA
in a chat, they get converted to the corresponding Unicode character. This is highly surprising because more common HTML features like<b>
are not recognised and are sent as-is.Inside code blocks (e.g.
`A`
), XML-style escapes are already left as-is, fortunately.Steps to Reproduce
Send
A
. Observe that what gets actually sent isA
.Expected Behavior
Sends
A
. :)App Version
1.22.0
Additional Platform Information
Pixel 8, Android 15
Additional Context
No response