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

Always insert rooms into lists when they get lost #2760

Merged
merged 2 commits into from
Mar 6, 2019

Commits on Mar 6, 2019

  1. Always insert rooms into lists when they get lost

    Room upgrades, direct chats, etc all end up being lost in these scenarios. Instead of losing them to the list, try and put them into a relevant spot of the list.
    
    Fixes element-hq/element-web#9020
    turt2live authored and dbkr committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    a34f378 View commit details
    Browse the repository at this point in the history
  2. More clearly fix issues with room insertion to lists

    Instead of having a catch-all insert, try and fix the common cases with a bit more care.
    turt2live authored and dbkr committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    2ad1143 View commit details
    Browse the repository at this point in the history