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
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
The html command has been removed entirely