Bug 516116

Summary: Impossible to enter a properly-formatted list now
Product: [Applications] NeoChat Reporter: Nate Graham <nate>
Component: GeneralAssignee: Tobias Fella <fella>
Status: CONFIRMED ---    
Severity: normal CC: carl, josh
Priority: NOR Keywords: regression
Version First Reported In: git master   
Target Milestone: ---   
Platform: Flatpak   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=516106
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Nate Graham 2026-02-16 18:27:32 UTC
NeoChat from git master via the nightly Flatpak repo


STEPS TO REPRODUCE
1. Type "This is a list" in the chat bar
2. Press Shift-Enter to start a new line
3. Type "- list item"
4. Press Shift-Enter to start a new line
5. Type "- another list item"
6. Press Enter

OBSERVED RESULT
A message is sent with the following text:

This is a list:

Hello - Hello


EXPECTED RESULT
A message is sent with the following text:
This is a list:
  - Hello
  - Hello

(or something similarly coherent)


ADDITIONAL INFORMATION
Similar to Bug 516106 but not exactly the same