crytpo: Store the SAS object in the machine if we're starting it.
parent
0245782cf4
commit
b4c1b26f96
|
@ -53,6 +53,9 @@ impl VerificationMachine {
|
||||||
AnyToDeviceEventContent::KeyVerificationStart(content),
|
AnyToDeviceEventContent::KeyVerificationStart(content),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
self.verifications
|
||||||
|
.insert(sas.flow_id().to_owned(), sas.clone());
|
||||||
|
|
||||||
(sas, request)
|
(sas, request)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue