1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

SERVICE_TYPES

This commit is contained in:
David Baker
2019-07-10 12:08:26 +01:00
parent fc706e1d47
commit 189dd4c7b1
3 changed files with 6 additions and 6 deletions

View File

@@ -99,7 +99,7 @@ class ScalarAuthClient {
if (e instanceof TermsNotSignedError) {
console.log("Integrations manager requires new terms to be agreed to");
return presentTermsForServices([new Service(
Matrix.SERVICETYPES.IM,
Matrix.SERVICE_TYPES.IM,
SdkConfig.get().integrations_rest_url,
token,
)]).then(() => {