1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-29 16:43:09 +03:00

reemit notif timeline events correctly

This commit is contained in:
Matthew Hodgson
2016-09-09 02:28:01 +01:00
parent c6d358a6f3
commit 93f45c0a94

View File

@@ -73,6 +73,8 @@ function SyncApi(client, opts) {
this._keepAliveTimer = null; this._keepAliveTimer = null;
this._connectionReturnedDefer = null; this._connectionReturnedDefer = null;
this._notifEvents = []; // accumulator of sync events in the current sync response this._notifEvents = []; // accumulator of sync events in the current sync response
reEmit(client, client.getNotifTimelineSet(), ["Room.timeline"]);
} }
/** /**