mirror of https://github.com/vector-im/riot-web
Remove spurious reference to `otherTagNames`
parent
e2813737cd
commit
6f8d5b1db3
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue