crypto: Pass the user identity to the SAS object when a start event is received.

master
Damir Jelić 2020-08-18 15:25:00 +02:00
parent c21517c61e
commit 27e1fb9a35
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ impl VerificationMachine {
d,
self.store.clone(),
e,
None,
self.store.get_user_identity(&e.sender).await?,
) {
Ok(s) => {
self.verifications