diff --git a/src/stores/RoomListStore.js b/src/stores/RoomListStore.js index 84924232ea..c636c53631 100644 --- a/src/stores/RoomListStore.js +++ b/src/stores/RoomListStore.js @@ -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; });