You've already forked matrix-react-sdk
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:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user