feat: wait for processing to complete (#66)
* wait instead of check eose * refactor * refactor * refactor * improve extend rooms function * .
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user