feat: add config for Watcha features

watcha-develop watcha-20220517T184235-8781141-36298b0-f9fcc19
c-cal 4 years ago
parent 443f083bab
commit f9fcc19ca0
Signed by: watcha
GPG Key ID: 87DD78E7F7A1581D
  1. 2
      src/client.ts

@ -4687,7 +4687,7 @@ export class MatrixClient extends EventEmitter {
/* watcha!
const identityServerUrl = this.getIdentityServerUrl(true);
!watcha */
const identityServerUrl = "https://fake-is.watcha.fr"; // watcha+ until we have an IS
const identityServerUrl = "fake-is.watcha.fr"; // watcha+ until we have an IS
if (!identityServerUrl) {
return Promise.reject(new MatrixError({
error: "No supplied identity server URL",

Loading…
Cancel
Save