Set truncation to 10 for now.

pull/21833/head
Kegan Dougal 2016-01-21 16:03:32 +00:00
parent d72ab641d0
commit dfab32394d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ module.exports = React.createClass({
var members = this.roomMembers(INITIAL_LOAD_NUM_MEMBERS);
return {
members: members,
truncateAt: 3
truncateAt: 10
};
},