mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-26 19:46:57 +08:00
pb
This commit is contained in:
parent
4cca3b54e4
commit
4509530859
File diff suppressed because it is too large
Load Diff
@ -133,15 +133,13 @@ message SeqRange {
|
||||
int64 num = 4;
|
||||
}
|
||||
|
||||
|
||||
message PullMsgs {
|
||||
repeated MsgData Msgs = 1;
|
||||
bool isNotification = 2;
|
||||
string conversationID = 3;
|
||||
}
|
||||
|
||||
message PullMessageBySeqsResp {
|
||||
repeated PullMsgs msgs = 1;
|
||||
map<string, PullMsgs> msgs = 1;
|
||||
map<string, PullMsgs> notificationMsgs = 2;
|
||||
}
|
||||
|
||||
message GetMaxSeqReq {
|
||||
|
Loading…
x
Reference in New Issue
Block a user