This commit is contained in:
wangchuxiao 2023-05-06 11:11:54 +08:00
parent 4cca3b54e4
commit 4509530859
2 changed files with 976 additions and 966 deletions

File diff suppressed because it is too large Load Diff

View File

@ -133,15 +133,13 @@ message SeqRange {
int64 num = 4; int64 num = 4;
} }
message PullMsgs { message PullMsgs {
repeated MsgData Msgs = 1; repeated MsgData Msgs = 1;
bool isNotification = 2;
string conversationID = 3;
} }
message PullMessageBySeqsResp { message PullMessageBySeqsResp {
repeated PullMsgs msgs = 1; map<string, PullMsgs> msgs = 1;
map<string, PullMsgs> notificationMsgs = 2;
} }
message GetMaxSeqReq { message GetMaxSeqReq {