Skip to content

Commit

Permalink
rename fromId -> talkerId (wechaty/puppet#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Mar 13, 2022
1 parent d9cb2ad commit 7eb11a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechaty-grpc",
"version": "1.0.1",
"version": "1.1.0",
"description": "gRPC for Wechaty",
"type": "module",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions proto/wechaty/puppet/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ message MessagePayloadResponse {
*/
uint64 timestamp_deprecated = 4 [deprecated = true];
MessageType type = 5;
string from_id = 6;
string talker_id = 6;
string room_id = 7;
string to_id = 8;
string listener_id = 8;
repeated string mention_ids = 9;
google.protobuf.Timestamp receive_time = 10;
}
Expand Down

0 comments on commit 7eb11a9

Please sign in to comment.