mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Set truncation to 10 for now.
This commit is contained in:
parent
d72ab641d0
commit
dfab32394d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue