matrix-org / matrix-js-sdk

Matrix Client-Server SDK for JavaScript
Apache License 2.0
1.49k stars 577 forks source link

Rust crypto: Clean up handling of verification events #4288

Closed richvdh closed 4 hours ago

richvdh commented 4 days ago

We had both an onIncomingKeyVerificationRequest and an onKeyVerificationRequest which did different, but related, things.

Improve the documentation and reduce the duplication.