From 653137f6ec56063a77f543088cea767c08e99c82 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Fri, 15 Dec 2017 17:21:20 +0000 Subject: [PATCH] Update comment --- src/components/views/rooms/RoomList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/rooms/RoomList.js b/src/components/views/rooms/RoomList.js index ec13f6d535..85a076aa48 100644 --- a/src/components/views/rooms/RoomList.js +++ b/src/components/views/rooms/RoomList.js @@ -269,7 +269,7 @@ module.exports = React.createClass({ this.refreshRoomList(); }, 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) { if (!this.mounted) return; // For now, only handle group tags