https://bugs.kde.org/show_bug.cgi?id=521147
Joshua Goins <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version| |26.04.3 Fixed/Implemented| | In| | Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/netw | |ork/neochat/-/commit/27cbd0 | |721edf69b05932dbddbfa49956c | |eb6eb44 Resolution|--- |FIXED --- Comment #2 from Joshua Goins <[email protected]> --- Git commit 27cbd0721edf69b05932dbddbfa49956ceb6eb44 by Joshua Goins. Committed on 14/07/2026 at 01:25. Pushed by redstrate into branch 'master'. Fix pinned messages not actually being limited in every scenario If the message was missing \n or <br> then the std::min check would fail (because indexOf would return -1.) What we need to actually do is check these individually to catch every case. FIXED-IN: 26.04.3 M +6 -2 src/libneochat/neochatroom.cpp https://invent.kde.org/network/neochat/-/commit/27cbd0721edf69b05932dbddbfa49956ceb6eb44 -- You are receiving this mail because: You are watching all bug changes.
