machine: Uncomment account saving after keys were published.

master
Damir Jelić 2020-04-10 16:17:31 +02:00
parent a4d41378d4
commit c282d9fabc
1 changed files with 1 additions and 2 deletions

View File

@ -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(())
}