mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-09 16:34:32 -04:00
machine: Uncomment account saving after keys were published.
This commit is contained in:
@@ -187,8 +187,7 @@ impl OlmMachine {
|
||||
self.uploaded_signed_key_count = Some(count);
|
||||
|
||||
self.account.mark_keys_as_published().await;
|
||||
|
||||
// self.store.save_account(self.account.clone()).await?;
|
||||
self.store.save_account(self.account.clone()).await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user