• JC Brand's avatar
    converse-muc: Avoid refetching messages from cache · c490ba21
    JC Brand authored
    We want to fetch messages from cache only once. For one-on-one chats
    this is the case because messages are fetched only in the `initialize`
    method.
    
    This used to be the case for MUCs as well, until we added the option
    `clear_messages_on_reconnection`.
    
    Now we only fetch messages after the user has entered the MUC.
    c490ba21
converse-chatboxes.js 62.7 KB