Skip to content

Commit

Permalink
define this.identityServer
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jun 1, 2021
1 parent f5779d7 commit 425d823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ export class MatrixClient extends EventEmitter {
public timelineSupport = false;
public urlPreviewCache: { [key: string]: Promise<unknown> } = {}; // TODO: @@TR
public unstableClientRelationAggregation = false;
public identityServer: IIdentityServerProvider;

private canSupportVoip = false;
private callEventHandler: CallEventHandler;
Expand Down Expand Up @@ -427,7 +428,6 @@ export class MatrixClient extends EventEmitter {
private exportedOlmDeviceToImport: IOlmDevice;
private baseUrl: string;
private idBaseUrl: string;
private identityServer: any; // TODO: @@TR
private http: MatrixHttpApi;
private txnCtr = 0;

Expand Down

0 comments on commit 425d823

Please sign in to comment.