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
fix tests
This commit is contained in:
@@ -74,8 +74,10 @@ function SyncApi(client, opts) {
|
|||||||
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
|
||||||
|
|
||||||
|
if (client.getNotifTimelineSet()) {
|
||||||
reEmit(client, client.getNotifTimelineSet(), ["Room.timeline"]);
|
reEmit(client, client.getNotifTimelineSet(), ["Room.timeline"]);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {string} roomId
|
* @param {string} roomId
|
||||||
|
|||||||
Reference in New Issue
Block a user