Add note about MSC3886, MSC3903 and MSC3906 being closed (#12496)

This commit is contained in:
Hugh Nimmo-Smith 2024-05-10 10:59:51 +01:00 committed by GitHub
parent 3109b97fd3
commit 38893928cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View file

@ -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.
*

View file

@ -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.
*