conversations

This commit is contained in:
wangchuxiao
2023-05-04 20:34:20 +08:00
parent c0f8b9910a
commit 5f7fa2a7a2
4 changed files with 857 additions and 867 deletions
File diff suppressed because it is too large Load Diff
+2 -4
View File
@@ -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 {