1
0
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:
Matthew Hodgson
2016-09-10 01:36:12 +01:00
parent 0713e65fc5
commit b4dc5e620b

View File

@@ -1730,7 +1730,7 @@ MatrixClient.prototype.paginateEventTimeline = function(eventTimeline, opts) {
};
if (token && token !== "end") {
params.token = token;
params.from = token;
}
promise =