You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-01 04:43:29 +03:00
define this.identityServer
This commit is contained in:
@@ -383,6 +383,7 @@ export class MatrixClient extends EventEmitter {
|
|||||||
public timelineSupport = false;
|
public timelineSupport = false;
|
||||||
public urlPreviewCache: { [key: string]: Promise<unknown> } = {}; // TODO: @@TR
|
public urlPreviewCache: { [key: string]: Promise<unknown> } = {}; // TODO: @@TR
|
||||||
public unstableClientRelationAggregation = false;
|
public unstableClientRelationAggregation = false;
|
||||||
|
public identityServer: IIdentityServerProvider;
|
||||||
|
|
||||||
private canSupportVoip = false;
|
private canSupportVoip = false;
|
||||||
private callEventHandler: CallEventHandler;
|
private callEventHandler: CallEventHandler;
|
||||||
@@ -427,7 +428,6 @@ export class MatrixClient extends EventEmitter {
|
|||||||
private exportedOlmDeviceToImport: IOlmDevice;
|
private exportedOlmDeviceToImport: IOlmDevice;
|
||||||
private baseUrl: string;
|
private baseUrl: string;
|
||||||
private idBaseUrl: string;
|
private idBaseUrl: string;
|
||||||
private identityServer: any; // TODO: @@TR
|
|
||||||
private http: MatrixHttpApi;
|
private http: MatrixHttpApi;
|
||||||
private txnCtr = 0;
|
private txnCtr = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user