You've already forked matrix-react-sdk
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:
@@ -43,7 +43,7 @@ module.exports = React.createClass({
|
|||||||
var members = this.roomMembers(INITIAL_LOAD_NUM_MEMBERS);
|
var members = this.roomMembers(INITIAL_LOAD_NUM_MEMBERS);
|
||||||
return {
|
return {
|
||||||
members: members,
|
members: members,
|
||||||
truncateAt: 3
|
truncateAt: 10
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user