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 | |ork/neochat/-/commit/a1513b | |30cd3b7cf4d01d99facae9c8de9 | |cccea97 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #2 from Joshua Goins <j...@redstrate.com> --- Git commit a1513b30cd3b7cf4d01d99facae9c8de9cccea97 by Joshua Goins. Committed on 15/05/2025 at 17:39. Pushed by redstrate into branch 'master'. 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. M +4 -0 src/app/models/notificationsmodel.cpp https://invent.kde.org/network/neochat/-/commit/a1513b30cd3b7cf4d01d99facae9c8de9cccea97 -- You are receiving this mail because: You are watching all bug changes.