Fix config file path. Simplify greentext patch

This commit is contained in:
q
2026-04-26 03:25:34 -04:00
parent b5137ea70b
commit 52d2d1feb2
3 changed files with 3 additions and 70 deletions

View File

@@ -34,7 +34,8 @@
"feature_rust_crypto": "disable",
"feature_ask_to_join": "enable",
"feature_notifications": "enable",
"feature_new_room_list": "disable"
"feature_new_room_list": "disable",
"feature_room_list_sections": "enable"
},
"default_federate": true,
"default_theme": "dark",

File diff suppressed because one or more lines are too long

View File

@@ -17,4 +17,4 @@
echo "Replacing config file..."
cp -f "./files/config.json" "${1}"/config.sample.json
cp -f "./files/config.json" "${1}"/apps/web/config.sample.json