mirror of https://github.com/vector-im/riot-web
update comment as well
parent
4fffb55cc5
commit
532fb6ea78
|
@ -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;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue