Bug 456878

Summary: HTML tag not working
Product: [Applications] NeoChat Reporter: Jan Bidler <janbidler00>
Component: GeneralAssignee: 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: Version Fixed/Implemented In:
Sentry Crash Report:

Description Jan Bidler 2022-07-18 18:18:23 UTC
SUMMARY
The HTML tag doesn't work


STEPS TO REPRODUCE
1. Send something like `/html text <br> newline`

OBSERVED RESULT
`/html text newline` will be shown 

EXPECTED RESULT
`text
newline
`
should be shown

SOFTWARE/OS VERSIONS
Linux: Arch Linux
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.5
NeoChat: self-compiled flatpak
Comment 1 James Graham 2022-07-24 18:13:13 UTC
It seems the reason it doesn't work is because it was never implemented. I just had a look in actionHandler.cpp and line 138 shows:

// static const QString htmlPrefix = QStringLiteral("/html "); // TODO
Comment 2 Tobias Fella 2022-11-21 21:28:30 UTC
The html command has been removed entirely