diff --git a/src/components/views/context_menus/RoomTileContextMenu.js b/src/components/views/context_menus/RoomTileContextMenu.js index c6a4d54487..f3a36b6ced 100644 --- a/src/components/views/context_menus/RoomTileContextMenu.js +++ b/src/components/views/context_menus/RoomTileContextMenu.js @@ -1,6 +1,7 @@ /* Copyright 2015, 2016 OpenMarket Ltd Copyright 2017 Vector Creations Ltd +Copyright 2019 Michael Telatynski <7t3chguy@gmail.com> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,8 +16,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -'use strict'; - import Promise from 'bluebird'; import React from 'react'; import classNames from 'classnames'; @@ -374,25 +373,27 @@ module.exports = React.createClass({ render: function() { const myMembership = this.props.room.getMyMembership(); - // Can't set notif level or tags on non-join rooms - if (myMembership !== 'join') { - return