Define data types for the new contacts model

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2022-05-06 15:38:02 +02:00
parent 95d848fe1e
commit 44f37afa95
14 changed files with 143 additions and 4 deletions

View file

@ -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();