Enable new room header by default on develop

Relates to: vector-im/element-web#25883
This commit is contained in:
Johannes Marbach 2023-11-23 13:59:57 +01:00
parent c378f676fd
commit aa5e1d79cc

View file

@ -49,7 +49,8 @@
"privacy_policy_url": "https://element.io/cookie-policy", "privacy_policy_url": "https://element.io/cookie-policy",
"features": { "features": {
"feature_video_rooms": true, "feature_video_rooms": true,
"feature_rust_crypto": true "feature_rust_crypto": true,
"feature_new_room_decoration_ui": true
}, },
"element_call": { "element_call": {
"url": "https://call.element.dev" "url": "https://call.element.dev"