Skip to content

Commit

Permalink
opt msg ext
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwnloyblog committed Jan 13, 2025
1 parent 2ac1036 commit 31fb251
Show file tree
Hide file tree
Showing 7 changed files with 1,737 additions and 1,386 deletions.
15 changes: 15 additions & 0 deletions commons/pbdefines/appmessages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,21 @@ message MsgExtItem {
UserInfo userInfo = 4;
}

message QryMsgExtReq{
string targetId = 1;
ChannelType channelType = 2;
repeated string msgIds = 3;
}

message MsgExtItemsList{
repeated MsgExtItems items = 1;
}

message MsgExtItems{
string msgId = 1;
repeated MsgExtItem exts = 2;
}

message FavoriteMsgIds{
repeated FavoriteMsgIdItem items = 1;
}
Expand Down
Loading

0 comments on commit 31fb251

Please sign in to comment.