Merge pull request #1443 from matrix-org/dbkr/fix_3pid_invites
Fix showing 3pid invites in member list
This commit is contained in:
commit
8d189cc322
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
_getChildrenInvited: function(start, end) {
|
||||
return this._makeMemberTiles(this.state.filteredInvitedMembers.slice(start, end));
|
||||
return this._makeMemberTiles(this.state.filteredInvitedMembers.slice(start, end), 'invite');
|
||||
},
|
||||
|
||||
_getChildCountInvited: function() {
|
||||
|
|
Loading…
Reference in a new issue