update comment as well

pull/21833/head
Bruno Windels 2018-12-17 13:58:36 +01:00
parent 4fffb55cc5
commit 532fb6ea78
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ class RoomListStore extends Store {
}
}
// ignore any m. tag names we don't know about
// ignore tags we don't know about
tagNames = tagNames.filter((t) => {
return lists[t] !== undefined;
});