1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00
This commit is contained in:
Luke Barnard
2017-12-15 17:30:21 +00:00
parent 56affd3d42
commit d292dab9c6

View File

@@ -287,6 +287,7 @@ module.exports = React.createClass({
// TODO: Check if room has been tagged to the group by the user // 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() { updateVisibleRooms: function() {
this._visibleRooms = []; this._visibleRooms = [];
FilterStore.getSelectedTags().forEach((tag) => { FilterStore.getSelectedTags().forEach((tag) => {