mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Change to provider object
This commit is contained in:
parent
e7097d58ec
commit
84e3d339ac
1 changed files with 1 additions and 3 deletions
|
@ -220,9 +220,7 @@ class MatrixClientPeg {
|
||||||
fallbackICEServerAllowed: !!SettingsStore.getValue('fallbackICEServerAllowed'),
|
fallbackICEServerAllowed: !!SettingsStore.getValue('fallbackICEServerAllowed'),
|
||||||
verificationMethods: [verificationMethods.SAS],
|
verificationMethods: [verificationMethods.SAS],
|
||||||
unstableClientRelationAggregation: true,
|
unstableClientRelationAggregation: true,
|
||||||
getIdentityAccessToken: () => {
|
identityServer: new IdentityAuthClient(),
|
||||||
return new IdentityAuthClient().getAccessToken();
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
this.matrixClient = createMatrixClient(opts);
|
this.matrixClient = createMatrixClient(opts);
|
||||||
|
|
Loading…
Reference in a new issue