machine: Uncomment account saving after keys were published.
parent
a4d41378d4
commit
c282d9fabc
|
@ -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(())
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue