From 41c11d50c0cc8d95ddc8abf3cf36c7e36ba19ff5 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 29 Jul 2021 14:37:17 -0700 Subject: [PATCH] remove m.identity_server https://forum.cloudron.io/topic/5416/implement-well-known-matrix-client-endpoint/10 --- .../20210729191138-domains-update-wellKnown-matrix-client.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/migrations/20210729191138-domains-update-wellKnown-matrix-client.js b/migrations/20210729191138-domains-update-wellKnown-matrix-client.js index 2060fb823..056d3ec33 100644 --- a/migrations/20210729191138-domains-update-wellKnown-matrix-client.js +++ b/migrations/20210729191138-domains-update-wellKnown-matrix-client.js @@ -17,9 +17,6 @@ exports.up = function(db, callback) { wellKnown['matrix/client'] = JSON.stringify({ 'm.homeserver': { 'base_url': 'https://' + matrixHostname - }, - 'm.identity_server': { - 'base_url': 'https://vector.im' } });