Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
dd9283f952
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue