Add "roomTypes" to default config.

Also,  remove deprecated values "rtl" and "experimental_file_mode".
This commit is contained in:
N-Pex 2025-07-10 16:04:06 +02:00
parent 035069f505
commit 31bbca200a

View file

@ -14,7 +14,6 @@
"defaultMatrixDomainPart": "neo.keanu.im",
"identityServer_unset": "",
"registrationToken_unset": "",
"rtl": false,
"accentColor_unset": "",
"logo_unset": "",
"analytics": [
@ -49,10 +48,10 @@
}
],
"experimental_voice_mode": true,
"experimental_file_mode": true,
"experimental_read_only_room": true,
"experimental_public_room": true,
"show_status_messages": "never",
"hide_add_room_on_home": false,
"mirrors": []
"mirrors": [],
"roomTypes": ["group_chat", "channel", "file_drop"]
}