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
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:
@@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user