1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-09 10:22:46 +03:00

client: fix docs for user-scoped account_data events

Signed-off-by: William Boman <william@redwill.se>
This commit is contained in:
William Boman
2017-03-22 15:57:52 +01:00
parent 821e0ed6ce
commit bf26ccd0a5

View File

@@ -3289,7 +3289,7 @@ module.exports.CRYPTO_ENABLED = CRYPTO_ENABLED;
/**
* 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
* @example
* matrixClient.on("accountData", function(event){