File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ import { openDialog } from "./Dialog.tsx";
2828import { overwriteAccountAuth } from "./Auth.ts" ;
2929import { ElementWebExtrasApi } from "./ExtrasApi.ts" ;
3030import { ElementWebBuiltinsApi } from "./BuiltinsApi.tsx" ;
31+ import { ClientApi } from "./ClientApi.ts" ;
3132
3233const legacyCustomisationsFactory = < T extends object > ( baseCustomisations : T ) => {
3334 let used = false ;
@@ -84,6 +85,7 @@ export class ModuleApi implements Api {
8485 public readonly extras = new ElementWebExtrasApi ( ) ;
8586 public readonly builtins = new ElementWebBuiltinsApi ( ) ;
8687 public readonly rootNode = document . getElementById ( "matrixchat" ) ! ;
88+ public readonly client = new ClientApi ( ) ;
8789
8890 public createRoot ( element : Element ) : Root {
8991 return createRoot ( element ) ;
You can’t perform that action at this time.
0 commit comments