diff --git a/src/assets/config.json b/src/assets/config.json index 07e1429..17cef0f 100644 --- a/src/assets/config.json +++ b/src/assets/config.json @@ -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"] } \ No newline at end of file