Build Lotus Chat Desktop / prepare (push) Successful in 8s
Build Lotus Chat Desktop / build-windows (push) Canceled after 5s
Build Lotus Chat Desktop / build-linux (push) Canceled after 0s
Build Lotus Chat Desktop / build-arch (push) Canceled after 0s
Build Lotus Chat Desktop / update-manifest (push) Canceled after 0s
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 <noreply@anthropic.com>
20 lines
492 B
JSON
20 lines
492 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": true,
|
|
"basename": "/"
|
|
},
|
|
"gifApiKey": ""
|
|
} |