Get basic test of accepting a contact request passing
This commit is contained in:
parent
93dae88cac
commit
5d20338f69
5 changed files with 125 additions and 24 deletions
|
@ -225,7 +225,7 @@ impl Store {
|
|||
update
|
||||
.incoming_requests
|
||||
.push(proto::IncomingContactRequest {
|
||||
user_id: request.requesting_user_id.to_proto(),
|
||||
requester_id: request.requester_id.to_proto(),
|
||||
should_notify: request.should_notify,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue