• JC Brand's avatar
    Remove ChatBox views when they get closed. · ed4b9a85
    JC Brand authored
    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.
    ed4b9a85
converse-chatview.js 44 KB