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,
|
d,
|
||||||
self.store.clone(),
|
self.store.clone(),
|
||||||
e,
|
e,
|
||||||
None,
|
self.store.get_user_identity(&e.sender).await?,
|
||||||
) {
|
) {
|
||||||
Ok(s) => {
|
Ok(s) => {
|
||||||
self.verifications
|
self.verifications
|
||||||
|
|
Loading…
Reference in New Issue