diff --git a/src/components/views/rooms/RoomList.js b/src/components/views/rooms/RoomList.js index 1fba2070ba..b305b04fd0 100644 --- a/src/components/views/rooms/RoomList.js +++ b/src/components/views/rooms/RoomList.js @@ -287,6 +287,7 @@ module.exports = React.createClass({ // TODO: Check if room has been tagged to the group by the user }, + // Update which rooms and users should appear according to which tags are selected updateVisibleRooms: function() { this._visibleRooms = []; FilterStore.getSelectedTags().forEach((tag) => {