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

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