You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-18 05:42:00 +03:00
Follow the spec
This commit is contained in:
@@ -395,7 +395,7 @@ module.exports.MatrixHttpApi.prototype = {
|
||||
timedOut = true;
|
||||
defer.reject(new module.exports.MatrixError({
|
||||
error: "Locally timed out waiting for a response",
|
||||
errcode: "ORG_MATRIX_JSSDK_TIMEOUT",
|
||||
errcode: "ORG.MATRIX.JSSDK_TIMEOUT",
|
||||
timeout: localTimeoutMs
|
||||
}));
|
||||
}, localTimeoutMs);
|
||||
|
Reference in New Issue
Block a user