You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
Fox docstring for sync data.error
It's 'error', not 'err'
This commit is contained in:
@@ -3612,7 +3612,7 @@ module.exports.CRYPTO_ENABLED = CRYPTO_ENABLED;
|
|||||||
*
|
*
|
||||||
* @param {?Object} data Data about this transition.
|
* @param {?Object} data Data about this transition.
|
||||||
*
|
*
|
||||||
* @param {MatrixError} data.err The matrix error if <code>state=ERROR</code>.
|
* @param {MatrixError} data.error The matrix error if <code>state=ERROR</code>.
|
||||||
*
|
*
|
||||||
* @param {String} data.oldSyncToken The 'since' token passed to /sync.
|
* @param {String} data.oldSyncToken The 'since' token passed to /sync.
|
||||||
* <code>null</code> for the first successful sync since this client was
|
* <code>null</code> for the first successful sync since this client was
|
||||||
|
|||||||
Reference in New Issue
Block a user