element-hq / element-hq/element-android

Messages with certain characters don't show line breaks

Open
#887 2 comments 0 reactions 0 assignees View on GitHub
A-Composer
Dominant language
Kotlin
Stars
3.7k
Forks
917
PR merge metrics
No merged PRs in 30d

Description

Viewing messages with certain characters don't show line breaks in the messages.

Example:

`Test\nTest` => `Test\nTest`

`Test\n"Test"` => `Test Test`,

Where \n indicates hitting return when composing a message, not inserting a literal \n

Tested chars:
`"` - no line break
`>` - no line break
`'` - line break
`=` - line break

Looks like this is an issue in the original Riot app as well so maybe this is part of a feature?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.