crypto: Store the changed user identities.
This commit is contained in:
parent
f626f2b24e
commit
c21517c61e
1 changed files with 1 additions and 0 deletions
|
@ -593,6 +593,7 @@ impl OlmMachine {
|
||||||
.await?;
|
.await?;
|
||||||
self.store.save_devices(&changed_devices).await?;
|
self.store.save_devices(&changed_devices).await?;
|
||||||
let changed_identities = self.handle_cross_singing_keys(response).await?;
|
let changed_identities = self.handle_cross_singing_keys(response).await?;
|
||||||
|
self.store.save_user_identities(&changed_identities).await?;
|
||||||
|
|
||||||
Ok((changed_devices, changed_identities))
|
Ok((changed_devices, changed_identities))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue