update e2e icons when membership changes

pull/21833/head
Bruno Windels 2019-02-12 18:34:22 +01:00
parent c2247cdc67
commit 7d2c6fbd0b
1 changed files with 1 additions and 0 deletions

View File

@ -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) {