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

Fix DM avatars, part 3 #2146

Merged
merged 8 commits into from
Sep 4, 2018
Merged

Fix DM avatars, part 3 #2146

merged 8 commits into from
Sep 4, 2018

Commits on Sep 4, 2018

  1. wait until rooms are available

    as accountData get processed before rooms, during initial sync
    or loading sync from cache, accountData gets emitted
    before any room is available, hence our patching wasn't doing
    anything. Just as well, because it would have failed (see next commits)
    bwindels committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    c12abab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    245dfbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    441036f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c7cb38 View commit details
    Browse the repository at this point in the history
  5. fix lint

    bwindels committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    abd9d3a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e171296 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44a53cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b29b7a View commit details
    Browse the repository at this point in the history