diff --git a/src/components/views/rooms/RoomList.js b/src/components/views/rooms/RoomList.js index e1a3c397e6..56eb4b713d 100644 --- a/src/components/views/rooms/RoomList.js +++ b/src/components/views/rooms/RoomList.js @@ -731,7 +731,7 @@ module.exports = React.createClass({ ]; const tagSubLists = Object.keys(this.state.lists) .filter((tagName) => { - return (!this.state.customTags || this.state.customTags[tagName]) && + return (!this.state.customTags || this.state.customTags[tagName]) && !tagName.match(STANDARD_TAGS_REGEX); }).map((tagName) => { return {