From 7d2c6fbd0b5494a6c7f053f4b32fd41f62c754a1 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 12 Feb 2019 18:34:22 +0100 Subject: [PATCH] update e2e icons when membership changes --- src/components/structures/RoomView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js index b233662898..8e32802d0a 100644 --- a/src/components/structures/RoomView.js +++ b/src/components/structures/RoomView.js @@ -793,6 +793,7 @@ module.exports = React.createClass({ this._updateConfCallNotification(); this._updateDMState(); this._checkIfAlone(this.state.room); + this._updateE2EStatus(this.state.room); }, 500), _checkIfAlone: function(room) {