Add "roomTypes" to default config.
Also, remove deprecated values "rtl" and "experimental_file_mode".
This commit is contained in:
parent
035069f505
commit
31bbca200a
1 changed files with 2 additions and 3 deletions
|
|
@ -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"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue