You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
Update comment
This commit is contained in:
@@ -269,7 +269,7 @@ module.exports = React.createClass({
|
|||||||
this.refreshRoomList();
|
this.refreshRoomList();
|
||||||
}, 500),
|
}, 500),
|
||||||
|
|
||||||
// Update which rooms and users should appear in RoomList as dictated by selected tags
|
// Update which rooms and users should appear in RoomList for a given group tag
|
||||||
updateSelectedTagsRoomsForGroups: function(dmRoomMap, tag) {
|
updateSelectedTagsRoomsForGroups: function(dmRoomMap, tag) {
|
||||||
if (!this.mounted) return;
|
if (!this.mounted) return;
|
||||||
// For now, only handle group tags
|
// For now, only handle group tags
|
||||||
|
|||||||
Reference in New Issue
Block a user