WIP - Register client RPC handlers on app startup
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
1ca1595490
commit
71abea728e
6 changed files with 268 additions and 269 deletions
|
@ -3794,6 +3794,9 @@ mod tests {
|
|||
.await
|
||||
.unwrap();
|
||||
|
||||
Channel::init(&client);
|
||||
Project::init(&client);
|
||||
|
||||
let peer_id = PeerId(connection_id_rx.next().await.unwrap().0);
|
||||
let user_store = cx.add_model(|cx| UserStore::new(client.clone(), http, cx));
|
||||
let mut authed_user =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue