Send a ShowContacts
message the first time a user connects to collab
This commit is contained in:
parent
6f2c3f1e37
commit
d8ee4378c9
5 changed files with 47 additions and 10 deletions
|
@ -88,18 +88,19 @@ message Envelope {
|
|||
|
||||
UpdateContacts update_contacts = 76;
|
||||
UpdateInviteInfo update_invite_info = 77;
|
||||
ShowContacts show_contacts = 78;
|
||||
|
||||
GetUsers get_users = 78;
|
||||
FuzzySearchUsers fuzzy_search_users = 79;
|
||||
UsersResponse users_response = 80;
|
||||
RequestContact request_contact = 81;
|
||||
RespondToContactRequest respond_to_contact_request = 82;
|
||||
RemoveContact remove_contact = 83;
|
||||
GetUsers get_users = 79;
|
||||
FuzzySearchUsers fuzzy_search_users = 80;
|
||||
UsersResponse users_response = 81;
|
||||
RequestContact request_contact = 82;
|
||||
RespondToContactRequest respond_to_contact_request = 83;
|
||||
RemoveContact remove_contact = 84;
|
||||
|
||||
Follow follow = 84;
|
||||
FollowResponse follow_response = 85;
|
||||
UpdateFollowers update_followers = 86;
|
||||
Unfollow unfollow = 87;
|
||||
Follow follow = 85;
|
||||
FollowResponse follow_response = 86;
|
||||
UpdateFollowers update_followers = 87;
|
||||
Unfollow unfollow = 88;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -640,6 +641,8 @@ message UpdateInviteInfo {
|
|||
uint32 count = 2;
|
||||
}
|
||||
|
||||
message ShowContacts {}
|
||||
|
||||
message IncomingContactRequest {
|
||||
uint64 requester_id = 1;
|
||||
bool should_notify = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue