mirror of https://github.com/vector-im/riot-web
ignore any unknown tags
parent
4264f915a2
commit
4fffb55cc5
|
@ -226,7 +226,7 @@ class RoomListStore extends Store {
|
||||||
|
|
||||||
// ignore any m. tag names we don't know about
|
// ignore any m. tag names we don't know about
|
||||||
tagNames = tagNames.filter((t) => {
|
tagNames = tagNames.filter((t) => {
|
||||||
return !t.startsWith('m.') || lists[t] !== undefined;
|
return lists[t] !== undefined;
|
||||||
});
|
});
|
||||||
|
|
||||||
if (tagNames.length) {
|
if (tagNames.length) {
|
||||||
|
|
Loading…
Reference in New Issue