1. 14 Aug, 2019 2 commits
    • JC Brand's avatar
      converse-muc: Fetch messages in the initialize method · 3faaf6a6
      JC Brand authored
      Lately we've been fetching messages only after entering the MUC, so that
      we already have occupants to attach to them (due to `fetchMembers` being
      called before) and thereby avoid rerenders.
      
      I've now moved message fetching into the `initialize` method and added
      missing event handlers for attaching/removing the occupant from a
      message as it comes online or goes offline.
      
      We still avoid (some) rerenders because we fetch and wait for cached
      occupants before fetching cached messages and we wait for `fetchMembers`
      before triggering `enteredNewRoom` which causes MAM messages to be
      fetched.
      3faaf6a6
    • JC Brand's avatar
      Move MUC message tests to spec/muc_messages.js · 8b93e0f7
      JC Brand authored
      8b93e0f7
  2. 13 Aug, 2019 4 commits
  3. 12 Aug, 2019 2 commits
  4. 10 Aug, 2019 8 commits
  5. 09 Aug, 2019 2 commits
  6. 08 Aug, 2019 11 commits
  7. 07 Aug, 2019 8 commits
  8. 06 Aug, 2019 3 commits