Skip to content

Commit

Permalink
revert schema - .proto file is incomplete.
Browse files Browse the repository at this point in the history
  • Loading branch information
madagaga committed Mar 25, 2016
1 parent 78e22f4 commit 1030c81
Show file tree
Hide file tree
Showing 4 changed files with 2,593 additions and 2,163 deletions.
3 changes: 2 additions & 1 deletion WTalk/Core/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,8 @@ public void GetSelfInfo()
{
GetSelfInfoRequest request = new GetSelfInfoRequest()
{
request_header = RequestHeaderBody
request_header = RequestHeaderBody,

};

HttpResponseMessage message = _client.PostProtoJson("contacts/getselfinfo", request);
Expand Down
Loading

0 comments on commit 1030c81

Please sign in to comment.