crypto: Pass the user identity to the SAS object when a start event is received.
parent
c21517c61e
commit
27e1fb9a35
|
@ -144,7 +144,7 @@ impl VerificationMachine {
|
|||
d,
|
||||
self.store.clone(),
|
||||
e,
|
||||
None,
|
||||
self.store.get_user_identity(&e.sender).await?,
|
||||
) {
|
||||
Ok(s) => {
|
||||
self.verifications
|
||||
|
|
Loading…
Reference in New Issue