diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js index 84d42ae1d7..34c711ee6f 100644 --- a/src/components/structures/RoomView.js +++ b/src/components/structures/RoomView.js @@ -812,7 +812,6 @@ module.exports = React.createClass({ } this._checkIfAlone(this.state.room, memberCountInfluence); - this._updateE2EStatus(this.state.room); }, 500),