mirror of https://github.com/vector-im/riot-web
Set truncation to 10 for now.
parent
d72ab641d0
commit
dfab32394d
|
@ -43,7 +43,7 @@ module.exports = React.createClass({
|
|||
var members = this.roomMembers(INITIAL_LOAD_NUM_MEMBERS);
|
||||
return {
|
||||
members: members,
|
||||
truncateAt: 3
|
||||
truncateAt: 10
|
||||
};
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue