mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-12 21:16:00 +08:00
feat: merge v3dev into main
This commit is contained in:
@@ -54,7 +54,7 @@ message updateUserInfoResp{
|
||||
|
||||
message setGlobalRecvMessageOptReq{
|
||||
string userID = 1;
|
||||
int32 globalRecvMsgOpt = 3;
|
||||
int32 globalRecvMsgOpt = 3;
|
||||
}
|
||||
message setGlobalRecvMessageOptResp{
|
||||
}
|
||||
@@ -155,7 +155,8 @@ message userRegisterCountReq {
|
||||
|
||||
message userRegisterCountResp {
|
||||
int64 total = 1;
|
||||
map<string, int64> count = 2;
|
||||
int64 before = 2;
|
||||
map<string, int64> count = 3;
|
||||
}
|
||||
|
||||
service user {
|
||||
|
||||
Reference in New Issue
Block a user