You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-10 21:23:02 +03:00
Set Room.oldState.paginationToken to null at the start of the timeline. Fix linting errors.
This commit is contained in:
@@ -27,7 +27,9 @@ HttpBackend.prototype = {
|
||||
var defer = q.defer();
|
||||
var self = this;
|
||||
var flushed = 0;
|
||||
console.log("HTTP backend flushing... (path=%s numToFlush=%s)", path, numToFlush);
|
||||
console.log(
|
||||
"HTTP backend flushing... (path=%s numToFlush=%s)", path, numToFlush
|
||||
);
|
||||
var tryFlush = function() {
|
||||
// if there's more real requests and more expected requests, flush 'em.
|
||||
console.log(
|
||||
|
Reference in New Issue
Block a user