mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-24 18:36:19 +08:00
user proto modify
This commit is contained in:
parent
a15e644a51
commit
e9ac9faa49
@ -69,7 +69,7 @@ message UpdateUserInfoResp{
|
|||||||
message SetGlobalRecvMessageOptReq{
|
message SetGlobalRecvMessageOptReq{
|
||||||
string userID = 1;
|
string userID = 1;
|
||||||
string operationID = 2;
|
string operationID = 2;
|
||||||
int32 opt = 3;
|
int32 globalRecvMsgOpt = 3;
|
||||||
}
|
}
|
||||||
message SetGlobalRecvMessageOptResp{
|
message SetGlobalRecvMessageOptResp{
|
||||||
CommonResp commonResp = 1;
|
CommonResp commonResp = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user