quotient-im / libQuotient

A Qt library to write cross-platform clients for Matrix
https://quotient-im.github.io/libQuotient/
GNU Lesser General Public License v2.1
132 stars 56 forks source link

Add signal for setting up cross signing keys #765

Closed TobiasFella closed 2 months ago

TobiasFella commented 2 months ago

This signals to the user that the account does not yet have cross-signing keys. Ideally, the app could then just call Connection::setupCrossSigning, but I'm afraid we're lacking high-level access to user-interactive authentication to do that in the library...

sonarcloud[bot] commented 2 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
B Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint