You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-10 19:43:07 +03:00
Merge pull request #173 from matrix-org/rav/configurable_sync_limit
Make the initialSyncLimit configurable
This commit is contained in:
@@ -596,7 +596,7 @@ module.exports = React.createClass({
|
||||
Presence.start();
|
||||
cli.startClient({
|
||||
pendingEventOrdering: "end",
|
||||
initialSyncLimit: 20,
|
||||
initialSyncLimit: this.props.config.sync_timeline_limit || 20,
|
||||
});
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user