Skip to content

Commit

Permalink
use optional in friendship source (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Mar 17, 2021
1 parent ab3c529 commit e4cf3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/wechaty/puppet/friendship.proto
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ message FriendshipSearchWeixinResponse {
message FriendshipAddRequest {
string contact_id = 1;
string hello = 2;
google.protobuf.StringValue source_room_id = 3;
google.protobuf.StringValue source_contact_id = 4;
optional string source_room_id = 3;
optional string source_contact_id = 4;
}

message FriendshipAddResponse {}
Expand Down

0 comments on commit e4cf3ab

Please sign in to comment.