1
0
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:
Kegsay
2015-12-15 15:33:56 +00:00
parent 3115043b94
commit b90697264c

View File

@@ -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);