mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Merge pull request #2674 from matrix-org/travis/fix-favourites
Fix favourites losing rooms and sorting weirdly
This commit is contained in:
commit
86c49d5807
@ -287,6 +287,7 @@ class RoomListStore extends Store {
|
||||
// Speed optimization: Skip the loop below if we're not going to do anything productive
|
||||
if (!hasRoom || LIST_ORDERS[key] !== 'recent') {
|
||||
listsClone[key] = this._state.lists[key];
|
||||
inserted = true; // Ensure that we don't try and sort the room into the tag
|
||||
continue;
|
||||
} else {
|
||||
listsClone[key] = [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user