Skip to content

Commit

Permalink
Merge pull request #2 from juzibot/feat-message-quote
Browse files Browse the repository at this point in the history
Feat message quote
  • Loading branch information
hcfw007 authored Jun 22, 2022
2 parents 86c5d8e + fc33b16 commit 693d1b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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.1",
"version": "1.0.2",
"description": "gRPC for Wechaty",
"type": "module",
"exports": {
Expand Down
4 changes: 1 addition & 3 deletions proto/wechaty/puppet/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,8 @@ message MessageSendFileResponse {
message MessageSendTextRequest {
string conversation_id = 1;
string text = 2;

// Huan(202011) FIXME: Issue #99
// https://github.com/wechaty/grpc/issues/99
repeated string mentional_ids = 3;
optional string quote_id = 4;
}
message MessageSendTextResponse {
/**
Expand Down

0 comments on commit 693d1b1

Please sign in to comment.