You've already forked matrix-js-sdk
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:
@@ -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"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user