You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Add note about MSC3886, MSC3903 and MSC3906 being closed (#12496)
This commit is contained in:
@@ -46,6 +46,10 @@ export enum LoginWithQRFailureReason {
|
|||||||
|
|
||||||
export type FailureReason = RendezvousFailureReason | 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.
|
* A component that allows sign in and E2EE set up with a QR code.
|
||||||
*
|
*
|
||||||
|
@@ -39,6 +39,10 @@ interface Props {
|
|||||||
confirmationDigits?: string;
|
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.
|
* A component that implements the UI for sign in and E2EE set up with a QR code.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user