Remove ChatBox views when they get closed.
Previously views were only hidden, but not removed. This was an unnecessary "optimization" which introduced unnecessary complexity. Problem solved was that closing minimized chats didn't dereference the model for hidden "normal" chat views, causing an exception to be raised when trying to log out.
Showing
Please register or sign in to comment