https://bugs.kde.org/show_bug.cgi?id=492738

            Bug ID: 492738
           Summary: Several consecutive newlines are ignored in messages
    Classification: Applications
           Product: NeoChat
           Version: 24.08.0
          Platform: Arch Linux
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: General
          Assignee: fe...@posteo.de
          Reporter: m...@blankeclair.slmail.me
                CC: c...@carlschwan.eu
  Target Milestone: ---

SUMMARY
Several consecutive newlines are collapsed into one

STEPS TO REPRODUCE
1. Send the following message:
```
a
b

c
```

OBSERVED RESULT
The message is rendered as:
```
a
b
c
```

EXPECTED RESULT
The message should've been rendered as:
```
a
b

c
```

SOFTWARE/OS VERSIONS
KDE Frameworks Version: 6.5.0
Qt Version: 6.7.2

ADDITIONAL INFORMATION
Interestingly, right-clicking on the message shows the following context menu
item:
```
Search for 'a

b
c'
```

nheko renders the message as intended (see EXPECTED RESULT), but Element
Android renders it as:
```
a

b


c
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to