https://bugs.kde.org/show_bug.cgi?id=479587
Joshua Goins <j...@redstrate.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/netw | |ork/neochat/-/commit/79a3da | |3358a47c71bc937ab640faa6677 | |68aa896 Status|ASSIGNED |RESOLVED Version Fixed In| |24.12.3 Resolution|--- |FIXED --- Comment #9 from Joshua Goins <j...@redstrate.com> --- Git commit 79a3da3358a47c71bc937ab640faa667768aa896 by Joshua Goins. Committed on 06/03/2025 at 14:47. Pushed by redstrate into branch 'master'. Stop emojis from destroying your message This is easy to reproduce in the following scenario with a bunch of half-completed emojis: ":a :a :a :a". Trying to complete anything but the last one starts replacing parts of the message because it only considers the last colon to the current completion identifier. This change fixes that and said scenario can no longer cause a message massacare. This bug doesn't seem to affect the other completions because their searching in the string was correct, but I made sure they all share the same index now. FIXED-IN: 24.12.3 M +7 -4 src/chatdocumenthandler.cpp https://invent.kde.org/network/neochat/-/commit/79a3da3358a47c71bc937ab640faa667768aa896 -- You are receiving this mail because: You are watching all bug changes.