mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-09 03:25:59 +08:00
conversations
This commit is contained in:
+827
-846
File diff suppressed because it is too large
Load Diff
@@ -146,7 +146,7 @@ message PullMessageBySeqsResp {
|
||||
}
|
||||
|
||||
message GetMaxAndMinSeqReq {
|
||||
repeated string groupIDs = 1;
|
||||
repeated string conversationIDs = 1;
|
||||
string userID = 2;
|
||||
}
|
||||
message MaxAndMinSeq{
|
||||
@@ -154,9 +154,7 @@ message MaxAndMinSeq{
|
||||
int64 minSeq = 2;
|
||||
}
|
||||
message GetMaxAndMinSeqResp {
|
||||
int64 maxSeq = 1;
|
||||
int64 minSeq = 2;
|
||||
map<string, MaxAndMinSeq> groupMaxAndMinSeq = 5;
|
||||
map<string, MaxAndMinSeq> MaxAndMinSeqs = 1;
|
||||
}
|
||||
|
||||
message UserSendMsgResp {
|
||||
|
||||
Reference in New Issue
Block a user