You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-01 04:43:29 +03:00
oops, unbreak notif pagination
This commit is contained in:
@@ -1730,7 +1730,7 @@ MatrixClient.prototype.paginateEventTimeline = function(eventTimeline, opts) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (token && token !== "end") {
|
if (token && token !== "end") {
|
||||||
params.token = token;
|
params.from = token;
|
||||||
}
|
}
|
||||||
|
|
||||||
promise =
|
promise =
|
||||||
|
|||||||
Reference in New Issue
Block a user