diff --git a/src/crypto/machine.rs b/src/crypto/machine.rs index 1ebc5526..0a717857 100644 --- a/src/crypto/machine.rs +++ b/src/crypto/machine.rs @@ -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(()) }