crypto: Pass the user identity to the SAS object when a start event is received.
This commit is contained in:
parent
c21517c61e
commit
27e1fb9a35
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue