1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00

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}
/>;
}