1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Set truncation to 10 for now.

This commit is contained in:
Kegan Dougal
2016-01-21 16:03:32 +00:00
parent d72ab641d0
commit dfab32394d

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
};
},