Wire up accepting/declining a call

This commit is contained in:
Antonio Scandurra 2022-09-29 15:33:33 +02:00
parent 634f9de7e6
commit 1158911560
6 changed files with 162 additions and 82 deletions

View file

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