From 38893928cbe7b9110287852e0867378ff17eaa9e Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Fri, 10 May 2024 10:59:51 +0100 Subject: [PATCH] Add note about MSC3886, MSC3903 and MSC3906 being closed (#12496) --- src/components/views/auth/LoginWithQR.tsx | 4 ++++ src/components/views/auth/LoginWithQRFlow.tsx | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/components/views/auth/LoginWithQR.tsx b/src/components/views/auth/LoginWithQR.tsx index feb869deaf..68060f9f28 100644 --- a/src/components/views/auth/LoginWithQR.tsx +++ b/src/components/views/auth/LoginWithQR.tsx @@ -46,6 +46,10 @@ export enum LoginWithQRFailureReason { export type FailureReason = RendezvousFailureReason | LoginWithQRFailureReason; +// n.b MSC3886/MSC3903/MSC3906 that this is based on are now closed. +// However, we want to keep this implementation around for some time. +// TODO: define an end-of-life date for this implementation. + /** * A component that allows sign in and E2EE set up with a QR code. * diff --git a/src/components/views/auth/LoginWithQRFlow.tsx b/src/components/views/auth/LoginWithQRFlow.tsx index b5daddbe0c..6a6b78a29b 100644 --- a/src/components/views/auth/LoginWithQRFlow.tsx +++ b/src/components/views/auth/LoginWithQRFlow.tsx @@ -39,6 +39,10 @@ interface Props { confirmationDigits?: string; } +// n.b MSC3886/MSC3903/MSC3906 that this is based on are now closed. +// However, we want to keep this implementation around for some time. +// TODO: define an end-of-life date for this implementation. + /** * A component that implements the UI for sign in and E2EE set up with a QR code. *