From b1ecb0c46b80c28eb5f4fdaae569bf4863b25fb2 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Fri, 28 Aug 2026 22:07:41 -0400 Subject: [PATCH] feat(explore): feature Lotus Guild Space + favorite rooms, add matrixrooms.info directory Populates the previously-empty featuredCommunities block so the Explore tab's Featured page shows the Lotus Guild Space and a few community favorites by default, and adds matrixrooms.info as a browsable server in the Explore sidebar (it speaks enough of the Matrix federation API to serve as an aggregated public-room search across the network). Co-Authored-By: Claude Sonnet 5 --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 1ae326733..abb60e719 100644 --- a/config.json +++ b/config.json @@ -4,9 +4,9 @@ "allowCustomHomeservers": true, "featuredCommunities": { "openAsDefault": false, - "spaces": [], - "rooms": [], - "servers": [] + "spaces": ["!-1ZBnAH-JiCOV8MGSKN77zDGTuI3pgSdy8Unu_DrDyc"], + "rooms": ["#jellyfin:matrix.org", "#homelabbing:codestorm.net", "#proxmox:codestorm.net"], + "servers": ["matrixrooms.info"] }, "hashRouter": { "enabled": false,