Skip to content

Fix logout current connection crash

James Graham requested to merge work/nvrwhere/fix_logout_crash into master

Make sure that the neochat can handle switching connection when the current one is logged out. This is mostly about using QPointer to handle use after free issues due to room objects being deleted.

Merge request reports