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
Fix JS doc
This commit is contained in:
@@ -770,7 +770,6 @@ MatrixClient.prototype.setAccountData = function(eventType, contents, callback)
|
||||
/**
|
||||
* Get account data event of given type for the current user.
|
||||
* @param {string} eventType The event type
|
||||
* @param {module:client.callback} callback Optional.
|
||||
* @return {?object} The contents of the given account data event
|
||||
*/
|
||||
MatrixClient.prototype.getAccountData = function(eventType) {
|
||||
|
||||
Reference in New Issue
Block a user