Add note about MSC3886, MSC3903 and MSC3906 being closed (#12496)
This commit is contained in:
parent
3109b97fd3
commit
38893928cb
2 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue