Wire up accepting/declining a call
This commit is contained in:
parent
634f9de7e6
commit
1158911560
6 changed files with 162 additions and 82 deletions
|
@ -212,7 +212,7 @@ impl UserStore {
|
|||
this.get_users(envelope.payload.participant_user_ids, cx)
|
||||
})
|
||||
.await?,
|
||||
from: this
|
||||
caller: this
|
||||
.update(&mut cx, |this, cx| {
|
||||
this.get_user(envelope.payload.caller_user_id, cx)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue