1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

update comment as well

This commit is contained in:
Bruno Windels
2018-12-17 13:58:36 +01:00
parent 4fffb55cc5
commit 532fb6ea78

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;
});