mirror of https://github.com/vector-im/riot-web
Fix dodgy merge done in 874a7bf
where develop branch should have been used for a chunk of codepull/21833/head
parent
5abf0440c6
commit
57fb09dfb7
|
@ -104,7 +104,8 @@ module.exports = React.createClass({
|
|||
this._groupStoreTokens.push(
|
||||
this._groupStores[tag].registerListener(() => {
|
||||
// This group's rooms or members may have updated, update rooms for its tag
|
||||
this.updateSelectedTagsRooms(dmRoomMap, [tag]);
|
||||
this.updateVisibleRoomsForTag(dmRoomMap, tag);
|
||||
this.updateVisibleRooms();
|
||||
}),
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue