matrix-org / matrix-rust-sdk

Matrix Client-Server SDK for Rust
Apache License 2.0
1.21k stars 240 forks source link

Receiving a verification request does not work #3595

Open kegsay opened 3 months ago

kegsay commented 3 months ago

As per https://github.com/matrix-org/matrix-rust-sdk/blob/main/bindings/matrix-sdk-ffi/src/session_verification.rs#L153 - you cannot be on the receiving end of a verification request currently.

This means you can't verify your EX device if you only have EX clients.

richvdh commented 3 months ago

This means you can't verify your EX device if you only have EX clients.

Doesn't the same apply for verifying other devices, if you only have an EX client to verify against?

kegsay commented 3 months ago

Doesn't the same apply for verifying other devices, if you only have an EX client to verify against?

Yes.