You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-06-27 15:01:53 +03:00
Add magic flag to say 'dump pending events to the end'
This commit is contained in:
@ -388,7 +388,9 @@ module.exports = React.createClass({
|
|||||||
Notifier.start();
|
Notifier.start();
|
||||||
UserActivity.start();
|
UserActivity.start();
|
||||||
Presence.start();
|
Presence.start();
|
||||||
cli.startClient();
|
cli.startClient({
|
||||||
|
pendingEventOrdering: "end"
|
||||||
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
onKeyDown: function(ev) {
|
onKeyDown: function(ev) {
|
||||||
|
Reference in New Issue
Block a user