From e132719b682a6273e2cc70739d35253412a6ad46 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Fri, 28 Aug 2026 22:07:52 -0400 Subject: [PATCH] feat(config): add featuredCommunities to desktop config, feature Lotus Guild Space Desktop's own config.json (copied over cinny/config.json at build time) was missing featuredCommunities and gifApiKey entirely, so the desktop app's Explore Featured page was always empty regardless of the web config. Brings it to parity: Lotus Guild Space + favorite rooms featured, matrixrooms.info added as a browsable directory server. Co-Authored-By: Claude Sonnet 5 --- config.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 2224413..42f2fba 100644 --- a/config.json +++ b/config.json @@ -6,8 +6,15 @@ "mozilla.org" ], "allowCustomHomeservers": true, + "featuredCommunities": { + "openAsDefault": false, + "spaces": ["!-1ZBnAH-JiCOV8MGSKN77zDGTuI3pgSdy8Unu_DrDyc"], + "rooms": ["#jellyfin:matrix.org", "#homelabbing:codestorm.net", "#proxmox:codestorm.net"], + "servers": ["matrixrooms.info"] + }, "hashRouter": { "enabled": true, "basename": "/" - } + }, + "gifApiKey": "" } \ No newline at end of file