• JC Brand's avatar
    Enforce uni-view in headless code · c08ee00f
    JC Brand authored
    When we're showing only one chat at a time, we want to make sure that
    all other chats have their `hidden` flag set to `true`.
    
    Previously this was done in chatboxviews, but given that we want to
    render UI based on state, this should be done in the headless part of
    Converse.
    
    As a result of the changes, the `beforeShowingChatView` has been
    removed.
    c08ee00f
bookmarks.js 34.2 KB