Merge pull request #1443 from matrix-org/dbkr/fix_3pid_invites
Fix showing 3pid invites in member list
This commit is contained in:
@@ -372,7 +372,7 @@ module.exports = React.createClass({
|
|||||||
},
|
},
|
||||||
|
|
||||||
_getChildrenInvited: function(start, end) {
|
_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() {
|
_getChildCountInvited: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user