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

Store senderkey for inbound megolm sessions #756

Closed TobiasFella closed 4 months ago

TobiasFella commented 4 months ago

I don't know of any case where we actually need those locally, but for creating correct key backups (or exports), we need to fill it in. For sessions we have received locally from olm, we can reconstruct it (as this patch does during database migration), but for key backup, we have to store it.

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud