mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Change to provider object
This commit is contained in:
parent
e7097d58ec
commit
84e3d339ac
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user