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
This commit is contained in:
Krishan 2026-05-14 21:04:30 +10:00 committed by GitHub
commit 0b99d85244
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,21 +6,20 @@
"featuredCommunities": { "featuredCommunities": {
"openAsDefault": false, "openAsDefault": false,
"spaces": [ "spaces": [
"#cinny-space:matrix.org", "#cinny:matrix.org",
"#community:matrix.org", "#community:matrix.org",
"#space:unredacted.org", "#space:unredacted.org",
"#librewolf-community:matrix.org",
"#stickers-and-emojis:tastytea.de",
"#videogames:waywardinn.com",
"#science-space:matrix.org", "#science-space:matrix.org",
"#libregaming-games:tchncs.de", "#libregaming-games:tchncs.de",
"#mathematics-on:matrix.org", "#mathematics-on:matrix.org"
"#stickers-and-emojis:tastytea.de"
], ],
"rooms": [ "rooms": [
"#cinny:matrix.org", "#tuwunel:grin.hu",
"#freesoftware:matrix.org", "#freesoftware:matrix.org",
"#pcapdroid:matrix.org", "#gentoo:matrix.org"
"#gentoo:matrix.org",
"#PrivSec.dev:arcticfoxes.net",
"#disroot:aria-net.org"
], ],
"servers": ["matrixrooms.info", "matrix.org", "mozilla.org", "unredacted.org"] "servers": ["matrixrooms.info", "matrix.org", "mozilla.org", "unredacted.org"]
}, },