Skip to content

Commit

Permalink
TODO must not be followed by :
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty authored May 16, 2024
1 parent a8a9c61 commit 2362fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import timber.log.Timber

// 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.
// TODO define an end-of-life date for this implementation.

/**
* Implementation of MSC3906 to sign in + E2EE set up using a QR code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import timber.log.Timber

// 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.
// TODO define an end-of-life date for this implementation.

@AndroidEntryPoint
class QrCodeLoginActivity : SimpleFragmentActivity() {
Expand Down

0 comments on commit 2362fcd

Please sign in to comment.