element-hq / riot-android

A glossy Matrix collaboration client for Android
Apache License 2.0
1.4k stars 394 forks source link

HTML in m.notice not rendered in Android #1037

Open freelock opened 7 years ago

freelock commented 7 years ago

When a bot sends a formatted message using m.notice, the formatted_body is shown but escaped instead of rendered. You see raw HTML instead of colored messages. Riot Web renders the HTML instead of escaping it -- would be nice if Android did as well.

krombel commented 7 years ago

In dev build 1192 the message is "just" the normal body - no HTML-Output involved at all.

So the issue is there but not because of wrong parsing of HTML (as what I can tell)