You've already forked matrix-js-sdk
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:
@@ -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){
|
||||
|
Reference in New Issue
Block a user