Files
cinny/config.json
T
jaredandClaude Sonnet 5 b1ecb0c46b
CI / Build & Quality Checks (push) Successful in 3m46s
CI / Trigger Desktop Build (push) Successful in 15s
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 <noreply@anthropic.com>
2026-08-28 22:07:41 -04:00

17 lines
478 B
JSON

{
"defaultHomeserver": 0,
"homeserverList": ["matrix.lotusguild.org", "matrix.org", "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": false,
"basename": "/"
},
"gifApiKey": ""
}