From 0b99d85244ea3a7cebc4717df854823951cdd453 Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Thu, 14 May 2026 21:04:30 +1000 Subject: [PATCH] docs: Update featured communities in Explore (#2936) * fix: Update featured communities in Explore * Add new spaces and rooms to config.json * Remove #pcapdroid room from configuration * Update rooms list in config.json Replaced '#archlinux:archlinux.org' with '#tuwunel:grin.hu' in rooms list. * Update channel list in config.json --- config.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/config.json b/config.json index 8887c1c..a61bb96 100644 --- a/config.json +++ b/config.json @@ -6,21 +6,20 @@ "featuredCommunities": { "openAsDefault": false, "spaces": [ - "#cinny-space:matrix.org", + "#cinny:matrix.org", "#community:matrix.org", "#space:unredacted.org", + "#librewolf-community:matrix.org", + "#stickers-and-emojis:tastytea.de", + "#videogames:waywardinn.com", "#science-space:matrix.org", "#libregaming-games:tchncs.de", - "#mathematics-on:matrix.org", - "#stickers-and-emojis:tastytea.de" + "#mathematics-on:matrix.org" ], "rooms": [ - "#cinny:matrix.org", + "#tuwunel:grin.hu", "#freesoftware:matrix.org", - "#pcapdroid:matrix.org", - "#gentoo:matrix.org", - "#PrivSec.dev:arcticfoxes.net", - "#disroot:aria-net.org" + "#gentoo:matrix.org" ], "servers": ["matrixrooms.info", "matrix.org", "mozilla.org", "unredacted.org"] },