diff --git a/src/components/views/rooms/RoomList.js b/src/components/views/rooms/RoomList.js index 45e76da839..f14ba5529d 100644 --- a/src/components/views/rooms/RoomList.js +++ b/src/components/views/rooms/RoomList.js @@ -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(); }), ); });