Skip to content

Commit

Permalink
Merge pull request #62 from juzibot/feat/room-add-with-msgs
Browse files Browse the repository at this point in the history
feat: ✨ add quote ids when room add
  • Loading branch information
su-chang authored Jan 2, 2025
2 parents 6ddb2d8 + 2b68dc3 commit 97f713a
Show file tree
Hide file tree
Showing 2 changed files with 2 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.89",
"version": "1.0.90",
"description": "gRPC for Wechaty",
"type": "module",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions proto/wechaty/puppet/room.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ message RoomAddRequest {
string id = 1;
string contact_id = 2; // 被邀请联系人id
bool invite_only = 3; // 不明确,目前没见到使用这个的地方
repeated string quote_ids = 4; // 要附带的聊天消息 id 列表
}
message RoomAddResponse {}

Expand Down

0 comments on commit 97f713a

Please sign in to comment.