From 1302682900d4a43e73a8bb0080c9eddf75ed0c04 Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Tue, 8 Nov 2022 20:20:17 +0530 Subject: [PATCH] Update server list in config.json (#947) * remove kde.org from config because they have disabled registrations, which is required to be listed on login.register page. * remove halogen.city seems dead hs now * add converser.eu seems to be working again * Update config.json * halogen.city is back --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 2aa67dd..c919882 100644 --- a/config.json +++ b/config.json @@ -1,9 +1,9 @@ { "defaultHomeserver": 3, "homeserverList": [ + "converser.eu", "envs.net", "halogen.city", - "kde.org", "matrix.org", "mozilla.org" ],