Merge pull request #4074 from MarcoZehe/SpeakFullTypingIndicator

Always speak the full text of the typing indicator when it updates.
pull/21833/head
Michael Telatynski 2020-02-14 10:29:26 +00:00 committed by GitHub
commit e2b7be84b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ export default createReactClass({
}
return (
<li className="mx_WhoIsTypingTile">
<li className="mx_WhoIsTypingTile" aria-atomic="true">
<div className="mx_WhoIsTypingTile_avatars">
{ this._renderTypingIndicatorAvatars(usersTyping, this.props.whoIsTypingLimit) }
</div>