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:
parent
91a052f817
commit
7c66d1c867
3 changed files with 19 additions and 9 deletions
|
@ -1531,6 +1531,7 @@ module.exports = React.createClass({
|
|||
onResize={this.onChildResize}
|
||||
onVisible={this.onStatusBarVisible}
|
||||
onHidden={this.onStatusBarHidden}
|
||||
whoIsTypingLimit={2}
|
||||
/>;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue