element.io defaults for sign in with QR

nightly:
 - enable showing QR at point of login
 - enable showing and scanning QR from settings
 - fallback server configured for when HS doesn't have MSC3886 enabled
release:
 - enable showing QR from settings
 - no fallback server
This commit is contained in:
Hugh Nimmo-Smith 2022-10-14 12:19:55 +01:00
parent d0e1596bf2
commit 088c663314
2 changed files with 17 additions and 2 deletions

View file

@ -52,5 +52,15 @@
"element_call": {
"url": "https://element-call.netlify.app"
},
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx",
"login_with_qr": {
"login": {
"enable_showing": true
},
"reciprocate": {
"enable_scanning": true,
"enable_showing": true
},
"fallback_http_transport_server": "https://rendezvous.lab.element.dev"
}
}

View file

@ -41,5 +41,10 @@
"apiHost": "https://posthog.element.io"
},
"privacy_policy_url": "https://element.io/cookie-policy",
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx",
"login_with_qr": {
"reciprocate": {
"enable_showing": true
}
}
}