Skip to content

Display messages in html format without altering original message text

Michael Lang requested to merge work/html-formatting into master

Currently incoming messages are converted to HTML and sent messages are not. This sometimes causes issues with message formatting.

This change makes it so that all messages are stored in their original format. HTML formatting is then applied during viewing only.

This also makes it possible to format MMS SMIL text content in HTML too.

Fixes #49 (closed)

Edited by Michael Lang

Merge request reports