Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Change to provider object
Browse files Browse the repository at this point in the history
  • Loading branch information
jryans committed Aug 23, 2019
1 parent e7097d5 commit 84e3d33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/MatrixClientPeg.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,7 @@ class MatrixClientPeg {
fallbackICEServerAllowed: !!SettingsStore.getValue('fallbackICEServerAllowed'),
verificationMethods: [verificationMethods.SAS],
unstableClientRelationAggregation: true,
getIdentityAccessToken: () => {
return new IdentityAuthClient().getAccessToken();
},
identityServer: new IdentityAuthClient(),
};

this.matrixClient = createMatrixClient(opts);
Expand Down

0 comments on commit 84e3d33

Please sign in to comment.