Enable new room header by default on develop
Relates to: vector-im/element-web#25883pull/26630/head
parent
c378f676fd
commit
aa5e1d79cc
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue