Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

postpone loading the members until the user joined the room #2165

Merged
merged 3 commits into from
Sep 17, 2018

Commits on Sep 13, 2018

  1. postpone loading the members until the user joined the room

    when peeking, the members weren't being loaded at all because
    the room wasn't available yet,
    and the need for loading the members was never re-evaluated after that.
    
    This only loads the members once the user has joined the room,
    which also helps to avoid load all the members before an invite
    is accepted.
    bwindels committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    f194f32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe734b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Configuration menu
    Copy the full SHA
    27c496a View commit details
    Browse the repository at this point in the history