remove m.identity_server
https://forum.cloudron.io/topic/5416/implement-well-known-matrix-client-endpoint/10
This commit is contained in:
@@ -17,9 +17,6 @@ exports.up = function(db, callback) {
|
|||||||
wellKnown['matrix/client'] = JSON.stringify({
|
wellKnown['matrix/client'] = JSON.stringify({
|
||||||
'm.homeserver': {
|
'm.homeserver': {
|
||||||
'base_url': 'https://' + matrixHostname
|
'base_url': 'https://' + matrixHostname
|
||||||
},
|
|
||||||
'm.identity_server': {
|
|
||||||
'base_url': 'https://vector.im'
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user