1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-06-26 04:01:04 +03:00

Merge pull request #231 from matrix-org/rav/pending_event_list

Use new pendingEventList functionality from matrix-js-sdk
This commit is contained in:
Richard van der Hoff
2016-03-18 16:17:56 +00:00
4 changed files with 26 additions and 35 deletions

View File

@ -706,7 +706,7 @@ module.exports = React.createClass({
UserActivity.start();
Presence.start();
cli.startClient({
pendingEventOrdering: "end",
pendingEventOrdering: "detached",
initialSyncLimit: this.props.config.sync_timeline_limit || 20,
});
},