From a78cb46bfee3cccb72913da8eef8c6a821386330 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Fri, 5 Jun 2026 14:49:22 -0400 Subject: [PATCH] config: add matrix.org + mozilla.org homeservers, allow custom MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit matrix.lotusguild.org remains the default (index 0). matrix.org and mozilla.org added as dropdown options. allowCustomHomeservers: true lets users type any homeserver address for friends on other servers. Also applied directly to /var/www/html/config.json — live immediately, no deploy needed. Co-Authored-By: Claude Sonnet 4.6 --- public/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/config.json b/public/config.json index 58aa9a4f8..1ae326733 100644 --- a/public/config.json +++ b/public/config.json @@ -1,7 +1,7 @@ { "defaultHomeserver": 0, - "homeserverList": ["matrix.lotusguild.org"], - "allowCustomHomeservers": false, + "homeserverList": ["matrix.lotusguild.org", "matrix.org", "mozilla.org"], + "allowCustomHomeservers": true, "featuredCommunities": { "openAsDefault": false, "spaces": [],