Remove spurious reference to `otherTagNames`

pull/21833/head
Luke Barnard 2017-05-30 16:10:19 +01:00
parent e2813737cd
commit 6f8d5b1db3
1 changed files with 0 additions and 1 deletions

View File

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