From c6c96fd51ff3eedaa56213d619c3dde44ec37dc5 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 29 Jul 2021 14:36:27 -0700 Subject: [PATCH] remove the identity_server from response https://forum.cloudron.io/topic/5416/implement-well-known-matrix-client-endpoint/10 --- src/views/domains.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/domains.js b/src/views/domains.js index 03fba8f01..ef13832c2 100644 --- a/src/views/domains.js +++ b/src/views/domains.js @@ -328,9 +328,6 @@ angular.module('Application').controller('DomainsController', ['$scope', '$locat wellKnown['matrix/client'] = JSON.stringify({ 'm.homeserver': { 'base_url': 'https://' + $scope.domainConfigure.matrixHostname - }, - 'm.identity_server': { - 'base_url': 'https://vector.im' } }); }