mirror of https://github.com/vector-im/riot-web
Merge pull request #28055 from element-hq/langleyd/addMobileRegistrationHelperToDevelop
Add "Registration.mobileRegistrationHelper" config setting on develop.pull/28057/head
commit
ddc789320a
|
@ -55,7 +55,8 @@
|
||||||
"feature_element_call_video_rooms": true
|
"feature_element_call_video_rooms": true
|
||||||
},
|
},
|
||||||
"setting_defaults": {
|
"setting_defaults": {
|
||||||
"RustCrypto.staged_rollout_percent": 100
|
"RustCrypto.staged_rollout_percent": 100,
|
||||||
|
"Registration.mobileRegistrationHelper": true
|
||||||
},
|
},
|
||||||
"element_call": {
|
"element_call": {
|
||||||
"url": "https://call.element.dev"
|
"url": "https://call.element.dev"
|
||||||
|
|
Loading…
Reference in New Issue