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

Add magic flag to say 'dump pending events to the end'

This commit is contained in:
Kegan Dougal
2015-12-07 15:33:58 +00:00
parent b110e315ec
commit b64e5d49cc

View File

@ -388,7 +388,9 @@ module.exports = React.createClass({
Notifier.start();
UserActivity.start();
Presence.start();
cli.startClient();
cli.startClient({
pendingEventOrdering: "end"
});
},
onKeyDown: function(ev) {