Define data types for the new contacts model
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
95d848fe1e
commit
44f37afa95
14 changed files with 143 additions and 4 deletions
|
@ -905,6 +905,8 @@ impl Server {
|
|||
connection_id,
|
||||
proto::UpdateContacts {
|
||||
contacts: contacts.clone(),
|
||||
pending_requests_from_user_ids: Default::default(),
|
||||
pending_requests_to_user_ids: Default::default(),
|
||||
},
|
||||
)
|
||||
.trace_err();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue