feat: wait for processing to complete (#66)

* wait instead of check eose

* refactor

* refactor

* refactor

* improve extend rooms function

* .
This commit is contained in:
reya
2025-06-23 09:00:56 +07:00
committed by GitHub
parent 1d77fd443e
commit c7e3331eb0
18 changed files with 650 additions and 484 deletions

View File

@@ -63,7 +63,7 @@ impl ClientKeys {
this.set_keys(Some(keys), false, cx);
})
.ok();
} else if shared_state().first_run {
} else if shared_state().first_run() {
// Generate a new keys and update
this.update(cx, |this, cx| {
this.new_keys(cx);