mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-26 03:26: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;
|
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user