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

This commit is contained in:
Damir Jelić 2020-08-18 15:25:00 +02:00
parent c21517c61e
commit 27e1fb9a35

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