mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
More doc
This commit is contained in:
parent
56affd3d42
commit
d292dab9c6
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user