mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-11 12:36:00 +08:00
user proto modify
This commit is contained in:
committed by
Xinwei Xiong(cubxxw-openim)
parent
d3e6d210ee
commit
434f09c6d8
@@ -71,7 +71,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;
|
||||||
|
|||||||
Reference in New Issue
Block a user