update comment as well
This commit is contained in:
parent
4fffb55cc5
commit
532fb6ea78
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
tagNames = tagNames.filter((t) => {
|
||||||
return lists[t] !== undefined;
|
return lists[t] !== undefined;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue