Do not show "+1 other"

Instead show a user name or avatar.
This commit is contained in:
Luke Barnard 2017-02-09 10:30:06 +00:00
parent 553054409f
commit 103710728f
3 changed files with 12 additions and 7 deletions

View file

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