remove typing notifications from status bar

This commit is contained in:
Bruno Windels 2018-11-12 16:10:43 +01:00
parent 7df47cbc87
commit 465d767bf1
2 changed files with 2 additions and 78 deletions

View file

@ -1613,7 +1613,6 @@ module.exports = React.createClass({
onResize={this.onChildResize}
onVisible={this.onStatusBarVisible}
onHidden={this.onStatusBarHidden}
whoIsTypingLimit={3}
/>;
}