matrix-rust-sdk icon indicating copy to clipboard operation
matrix-rust-sdk copied to clipboard

Verification: `other_user_id`, `other_device_id`, etc not exposed once verification complete

Open richvdh opened this issue 1 year ago • 2 comments

After verification, element-web shows a completion dialog along the lines of "You've successfully verified <deviceName>: (<deviceId>)!".

The VerificationRequest class thows away details like the device ID once the verification completes. We could fudge around it in the js-sdk, but it seems like a useful thing to expose to other applications.

richvdh avatar Jun 22 '23 11:06 richvdh