mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-17 11:47:02 +02:00
Fix typing avatars displaying "me"
This commit is contained in:
parent
937f13d578
commit
d97fc0a99a
@ -186,7 +186,7 @@ module.exports = React.createClass({
|
||||
},
|
||||
|
||||
_renderTypingIndicatorAvatars: function(limit) {
|
||||
let users = WhoIsTyping.usersTyping(this.props.room);
|
||||
let users = WhoIsTyping.usersTypingApartFromMe(this.props.room);
|
||||
|
||||
let othersCount = Math.max(users.length - limit, 0);
|
||||
users = users.slice(0, limit);
|
||||
|
Loading…
Reference in New Issue
Block a user