https://bugs.kde.org/show_bug.cgi?id=469733
James Graham <james.h.gra...@protonmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/netw | |ork/neochat/-/commit/ee5379 | |3a6daeb8bc2bc2f9a5918ca3604 | |ae49c3d --- Comment #2 from James Graham <james.h.gra...@protonmail.com> --- Git commit ee53793a6daeb8bc2bc2f9a5918ca3604ae49c3d by James Graham. Committed on 27/05/2023 at 16:36. Pushed by nvrwhere into branch 'master'. Fix replying and editing from chatbox Restore the functionality to edit or reply to the last message in the `chatbar`. This is achieved be moving the functions `getLastLocalUserMessageEventId` and `getLatestMessageFromRow` to `NeoChatRoom` as `editLastMessage` and `replyLastMessage` as `chatbar` no longer has access to `messageEventModel`. The functions are also simplified as they only need to find the `eventId` and always from row 0 as this was the only use of the functions. M +0 -81 src/models/messageeventmodel.cpp M +0 -25 src/models/messageeventmodel.h M +67 -0 src/neochatroom.cpp M +15 -0 src/neochatroom.h M +2 -8 src/qml/Component/ChatBox/ChatBar.qml https://invent.kde.org/network/neochat/-/commit/ee53793a6daeb8bc2bc2f9a5918ca3604ae49c3d -- You are receiving this mail because: You are watching all bug changes.