Remove spurious reference to otherTagNames

This commit is contained in:
Luke Barnard 2017-05-30 16:10:19 +01:00
parent e2813737cd
commit 6f8d5b1db3

View file

@ -274,7 +274,6 @@ module.exports = React.createClass({
var tagName = tagNames[i];
lists[tagName] = lists[tagName] || [];
lists[tagName].push(room);
otherTagNames[tagName] = 1;
}
}
else if (dmRoomMap.getUserIdForRoomId(room.roomId)) {