From 088c663314a4a3a4ba201035bec03b6cbfac32cb Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Fri, 14 Oct 2022 12:19:55 +0100 Subject: [PATCH] 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 --- element.io/nightly/config.json | 12 +++++++++++- element.io/release/config.json | 7 ++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/element.io/nightly/config.json b/element.io/nightly/config.json index eb2473f..163c03a 100644 --- a/element.io/nightly/config.json +++ b/element.io/nightly/config.json @@ -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" + } } diff --git a/element.io/release/config.json b/element.io/release/config.json index ec3dcaa..58796dd 100644 --- a/element.io/release/config.json +++ b/element.io/release/config.json @@ -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 + } + } }