Summary: | Line breaks in sent message get removed | ||
---|---|---|---|
Product: | [Applications] NeoChat | Reporter: | Nate Graham <nate> |
Component: | General | Assignee: | Tobias Fella <fella> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | carl, james.h.graham |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/network/neochat/commit/595ece81083e87d1f13325196dce96881f99f1eb | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Can't even |
Description
Nate Graham
2022-09-06 16:42:41 UTC
Created attachment 151872 [details]
Can't even
This is a known issue that will be fixed when https://invent.kde.org/network/neochat/-/merge_requests/492 gets merged. Basically we shouldn't be stripping the paragraph html tags in rich text as that is how multiple line breaks are handled. Git commit 595ece81083e87d1f13325196dce96881f99f1eb by James Graham. Committed on 18/10/2022 at 19:09. Pushed by nvrwhere into branch 'master'. Fix line breaks being removed Stop stripping paragraph tags as this is causing line breaks to be removed in the formatted body. Any double new line in the plain text is treated as a paragraph in rich text. M +0 -2 src/actionshandler.cpp https://invent.kde.org/network/neochat/commit/595ece81083e87d1f13325196dce96881f99f1eb |