You've already forked matrix-react-sdk
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:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user