Change method to property
This commit is contained in:
@@ -34,7 +34,7 @@ export interface ClientApi {
|
|||||||
/**
|
/**
|
||||||
* Use this to modify account data on the homeserver.
|
* Use this to modify account data on the homeserver.
|
||||||
*/
|
*/
|
||||||
getAccountDataApi: () => AccountDataApi;
|
accountData: AccountDataApi;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fetch room by id from SDK.
|
* Fetch room by id from SDK.
|
||||||
|
|||||||
Reference in New Issue
Block a user