Skip to content

Commit

Permalink
Merge pull request #9 from juzibot/feat-add-new-friendship-type
Browse files Browse the repository at this point in the history
Feat add new friendship type
  • Loading branch information
hcfw007 authored Jul 26, 2022
2 parents 1d5956e + ddde002 commit 2234b02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juzi/wechaty-grpc",
"version": "1.0.9",
"version": "1.0.10",
"description": "gRPC for Wechaty",
"type": "module",
"exports": {
Expand Down
2 changes: 2 additions & 0 deletions proto/wechaty/puppet/friendship.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ enum FriendshipType {
FRIENDSHIP_TYPE_CONFIRM = 1;
FRIENDSHIP_TYPE_RECEIVE = 2;
FRIENDSHIP_TYPE_VERIFY = 3;
FRIENDSHIP_TYPE_DELETE = 4;
FRIENDSHIP_TYPE_REMOVED = 5;
}

enum FriendshipSceneType {
Expand Down

0 comments on commit 2234b02

Please sign in to comment.