We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29dea8d commit 971bc52Copy full SHA for 971bc52
packages/element-web-module-api/src/api/client.ts
@@ -34,7 +34,7 @@ export interface ClientApi {
34
/**
35
* Use this to modify account data on the homeserver.
36
*/
37
- getAccountDataApi: () => AccountDataApi;
+ accountData: AccountDataApi;
38
39
40
* Fetch room by id from SDK.
0 commit comments