You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
// Needs to be enabled as a feature + server support MSC3886 or have a default rendezvous server configured:
40
+
constofferShowQr=
41
+
SettingsStore.getValue("feature_qr_signin_reciprocate_show")&&msc3882Supported&&msc3886Supported;// We don't support configuration of a fallback at the moment so we just check the MSCs
Copy file name to clipboardExpand all lines: src/i18n/strings/en_EN.json
+1
Original file line number
Diff line number
Diff line change
@@ -977,6 +977,7 @@
977
977
"New session manager": "New session manager",
978
978
"Have greater visibility and control over all your sessions.": "Have greater visibility and control over all your sessions.",
979
979
"Our new sessions manager provides better visibility of all your sessions, and greater control over them including the ability to remotely toggle push notifications.": "Our new sessions manager provides better visibility of all your sessions, and greater control over them including the ability to remotely toggle push notifications.",
980
+
"Allow a QR code to be shown in session manager to sign in another device (requires compatible homeserver)": "Allow a QR code to be shown in session manager to sign in another device (requires compatible homeserver)",
0 commit comments