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