remove the identity_server from response

https://forum.cloudron.io/topic/5416/implement-well-known-matrix-client-endpoint/10
This commit is contained in:
Girish Ramakrishnan
2021-07-29 14:36:27 -07:00
parent 060737b0d5
commit c6c96fd51f
-3
View File
@@ -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'
}
});
}