fluffychat/lib
Philip Fritzsche f6a96617c7
fix: Fix formatting of messages with newlines
Newlines were previously not formatted correctly in HTML/markdown messages.
Formatting is of newlines is implemented in the matrix-dart-sdk, but
was explicitly disabled when creating the matrix Client object.
This fixes formatting by removing the parameter from the client config,
causing the client to follow the expected, default behavior.
This only affects outgoing new messages, both old wrongly formatted
messages and new messages are rendered correctly in FluffyChat.
New messages are now also correctly formatted in other clients.
2026-03-02 16:39:21 +01:00
..
config refactor: Better UX for create space children 2026-02-28 17:17:23 +01:00
l10n chore(translations): Translated using Weblate (Irish) 2026-03-02 14:10:04 +00:00
pages refactor: Better UX for create space children 2026-02-28 17:17:23 +01:00
utils fix: Fix formatting of messages with newlines 2026-03-02 16:39:21 +01:00
widgets chore: Follow up move fab to navrail 2026-02-28 15:11:23 +01:00
main.dart chore: Sanitize hash param for oidc 2026-02-22 12:28:06 +01:00