https://bugs.kde.org/show_bug.cgi?id=521147
Joshua Goins <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw |ork/neochat/-/commit/27cbd0 |ork/neochat/-/commit/b7a444 |721edf69b05932dbddbfa49956c |3466c0ee3b18216072e3bbc3bf6 |eb6eb44 |b0255d7 --- Comment #3 from Joshua Goins <[email protected]> --- Git commit b7a4443466c0ee3b18216072e3bbc3bf6b0255d7 by Joshua Goins. Committed on 15/07/2026 at 19:35. Pushed by redstrate into branch 'release/26.08'. 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 (cherry picked from commit 27cbd0721edf69b05932dbddbfa49956ceb6eb44) M +6 -2 src/libneochat/neochatroom.cpp https://invent.kde.org/network/neochat/-/commit/b7a4443466c0ee3b18216072e3bbc3bf6b0255d7 -- You are receiving this mail because: You are watching all bug changes.
