Valere Fedronic
Valere Fedronic
## Type of change - [x] Other : Parity with web Fixes #6725 ## Content Adds the option to only send keys to verified devices per room. The setting was...
## Type of change - [x] Bugfix ## Content Fixes #6702 Parity with web. Show a warning when a previously verified user rotated his cross signing keys. We now remember...
On web in room settings:
### Steps to reproduce 1. Go to Settings > Security & Privacy 3. Enable 'Encrypt to verified devices only' 4. Go back to a DM with one of your contact,...
Currently the `decryptRoomEvent` only throws a generic error. For proper display on the UI, as well for some integration test we need to have more information. It would be nice...
From element-ios created by [manuroe](https://github.com/manuroe): vector-im/element-ios#4947 As per [MSC3061](https://github.com/matrix-org/matrix-doc/pull/3061) See https://github.com/vector-im/element-android/issues/4153
Currently `verify_backup` is only returning a boolean if the backup is trusted. Current EA API returns more info, it returns if trusted as well as the list of signature and...
It is possible to send out of order messages when doing verification in rooms. When a client receive a m.key.verification.key message, the verification machine will then queue up the reciprocate...
## Decription This API would allow clients to query for sent key requests, and see the replies by other devices to this request. This API would be used by clients:...
## Description Keep track of main key exchange events so that clients/user could perform an audit and see where/when keys was forwarded or imported. This would just be stored in...