Sync typing indication with avatar typing indication

Follow the same rules for displaying "is typing" as with the typing avatars.
This commit is contained in:
Luke Barnard 2017-01-24 16:01:39 +00:00
parent 91a052f817
commit 7c66d1c867
3 changed files with 19 additions and 9 deletions

View file

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