mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-13 13:35:59 +08:00
refactor:pb file
This commit is contained in:
@@ -2,7 +2,6 @@ syntax = "proto3";
|
||||
package OpenIMServer.user;
|
||||
import "sdkws/sdkws.proto";
|
||||
import "conversation/conversation.proto";
|
||||
import "wrapperspb/wrapperspb.proto";
|
||||
option go_package = "github.com/OpenIMSDK/Open-IM-Server/pkg/proto/user";
|
||||
|
||||
message getAllUserIDReq{
|
||||
@@ -41,7 +40,7 @@ message updateUserInfoResp{
|
||||
|
||||
message setGlobalRecvMessageOptReq{
|
||||
string userID = 1;
|
||||
OpenIMServer.protobuf.Int32Value globalRecvMsgOpt = 3;
|
||||
int32 globalRecvMsgOpt = 3;
|
||||
}
|
||||
message setGlobalRecvMessageOptResp{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user