remove the identity_server from response
https://forum.cloudron.io/topic/5416/implement-well-known-matrix-client-endpoint/10
This commit is contained in:
@@ -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'
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user