You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
@@ -99,5 +99,5 @@ describe("Browserify Test", function() {
|
|||||||
client.once("sync.unexpectedError", reject);
|
client.once("sync.unexpectedError", reject);
|
||||||
}),
|
}),
|
||||||
]);
|
]);
|
||||||
}, 20000);
|
}, 20000); // additional timeout as this test can take quite a while
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -374,7 +374,7 @@ Room.prototype.hasPendingEvent = function(eventId) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a specific event from the pending event list, if configured, undefined otherwise.
|
* Get a specific event from the pending event list, if configured, null otherwise.
|
||||||
*
|
*
|
||||||
* @param {string} eventId The event ID to check for.
|
* @param {string} eventId The event ID to check for.
|
||||||
* @return {MatrixEvent}
|
* @return {MatrixEvent}
|
||||||
|
|||||||
Reference in New Issue
Block a user