https://bugs.kde.org/show_bug.cgi?id=502687
Joshua Goins <j...@redstrate.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw |ork/neochat/-/commit/a1513b |ork/neochat/-/commit/61bb1c |30cd3b7cf4d01d99facae9c8de9 |5db11356f7ecf2c48686e44d1be |cccea97 |a18d455 --- Comment #3 from Joshua Goins <j...@redstrate.com> --- Git commit 61bb1c5db11356f7ecf2c48686e44d1bea18d455 by Joshua Goins. Committed on 15/05/2025 at 17:43. Pushed by redstrate into branch 'release/25.04'. Check if RoomEvent is null before trying to insert a notification As seen in the bug report, roomEvent could be null and then we get a nice and simple null-access error. We should be careful before trying to use it. (cherry picked from commit a1513b30cd3b7cf4d01d99facae9c8de9cccea97) M +4 -0 src/models/notificationsmodel.cpp https://invent.kde.org/network/neochat/-/commit/61bb1c5db11356f7ecf2c48686e44d1bea18d455 -- You are receiving this mail because: You are watching all bug changes.