You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-09-03 08:42:03 +03:00
Add pagination tests
This commit is contained in:
@@ -825,7 +825,6 @@ MatrixClient.prototype.scrollback = function(room, limit, callback) {
|
||||
};
|
||||
var defer = q.defer();
|
||||
this._http.authedRequest(callback, "GET", path, params).done(function(res) {
|
||||
// res.chunk end start
|
||||
room.addEventsToTimeline(
|
||||
utils.map(res.chunk, _PojoToMatrixEventMapper), true
|
||||
);
|
||||
|
Reference in New Issue
Block a user