Merge branch 'errcode' of github.com:OpenIMSDK/Open-IM-Server into errcode

This commit is contained in:
wangchuxiao
2023-05-25 11:04:37 +08:00
13 changed files with 1655 additions and 850 deletions
+4 -3
View File
@@ -159,9 +159,10 @@ message DelMsgsResp{
}
message RevokeMsgReq {
string conversationID = 1;
int64 seq = 2;
string userID = 3;
string userID = 1;
string recvID = 2;
string groupID = 3;
int64 seq = 4;
}
message RevokeMsgResp {