forked from CringeStudios/element-desktop
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:
parent
d0e1596bf2
commit
088c663314
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user