Skip to content

Commit

Permalink
Add note about MSC3886, MSC3903 and MSC3906 being closed (#12496)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughns authored May 10, 2024
1 parent 3109b97 commit 3889392
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/views/auth/LoginWithQR.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
4 changes: 4 additions & 0 deletions src/components/views/auth/LoginWithQRFlow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 3889392

Please sign in to comment.