1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-29 16:43:09 +03:00

Merge pull request #397 from williamboman/docs/user-global-account-data-event

client: fix docs for user-scoped account_data events
This commit is contained in:
Richard van der Hoff
2017-03-22 17:10:52 +00:00
committed by GitHub

View File

@@ -3316,7 +3316,7 @@ module.exports.CRYPTO_ENABLED = CRYPTO_ENABLED;
/** /**
* Fires whenever new user-scoped account_data is added. * Fires whenever new user-scoped account_data is added.
* @event module:client~MatrixClient#"Room" * @event module:client~MatrixClient#"accountData"
* @param {MatrixEvent} event The event describing the account_data just added * @param {MatrixEvent} event The event describing the account_data just added
* @example * @example
* matrixClient.on("accountData", function(event){ * matrixClient.on("accountData", function(event){