chore: update config.json to match with web code (#583)

This commit is contained in:
Krishan
2026-05-24 21:12:22 +10:00
committed by GitHub
parent a823e45535
commit b670ef0e32
+9 -15
View File
@@ -1,37 +1,31 @@
{ {
"defaultHomeserver": 1, "defaultHomeserver": 1,
"homeserverList": [ "homeserverList": ["converser.eu", "matrix.org", "mozilla.org", "unredacted.org", "xmr.se"],
"converser.eu",
"matrix.org",
"mozilla.org",
"unredacted.org",
"xmr.se"
],
"allowCustomHomeservers": true, "allowCustomHomeservers": true,
"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"
], ],
"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": [ "matrix.org", "mozilla.org", "unredacted.org" ] "servers": ["matrixrooms.info", "matrix.org", "mozilla.org", "unredacted.org"]
}, },
"hashRouter": { "hashRouter": {
"enabled": true, "enabled": true,
"basename": "/" "basename": "/"
} }
} }