|
@@ -1300,13 +1300,12 @@ type ReadStateReq struct {
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- PositionId int64 `protobuf:"varint,1,opt,name=positionId,proto3" json:"positionId,omitempty"`
|
|
|
- EntUserId int64 `protobuf:"varint,2,opt,name=entUserId,proto3" json:"entUserId,omitempty"`
|
|
|
- NewUserId int64 `protobuf:"varint,3,opt,name=newUserId,proto3" json:"newUserId,omitempty"`
|
|
|
- SendId int64 `protobuf:"varint,4,opt,name=sendId,proto3" json:"sendId,omitempty"`
|
|
|
- ChatGroupId int64 `protobuf:"varint,5,opt,name=chatGroupId,proto3" json:"chatGroupId,omitempty"`
|
|
|
- UserType int64 `protobuf:"varint,6,opt,name=userType,proto3" json:"userType,omitempty"`
|
|
|
- MsgType int64 `protobuf:"varint,7,opt,name=msgType,proto3" json:"msgType,omitempty"`
|
|
|
+ PositionId int64 `protobuf:"varint,1,opt,name=positionId,proto3" json:"positionId,omitempty"`
|
|
|
+ EntUserId int64 `protobuf:"varint,2,opt,name=entUserId,proto3" json:"entUserId,omitempty"`
|
|
|
+ NewUserId int64 `protobuf:"varint,3,opt,name=newUserId,proto3" json:"newUserId,omitempty"`
|
|
|
+ SendId int64 `protobuf:"varint,4,opt,name=sendId,proto3" json:"sendId,omitempty"`
|
|
|
+ UserType int64 `protobuf:"varint,5,opt,name=userType,proto3" json:"userType,omitempty"`
|
|
|
+ SendType int64 `protobuf:"varint,6,opt,name=sendType,proto3" json:"sendType,omitempty"`
|
|
|
}
|
|
|
|
|
|
func (x *ReadStateReq) Reset() {
|
|
@@ -1369,13 +1368,6 @@ func (x *ReadStateReq) GetSendId() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-func (x *ReadStateReq) GetChatGroupId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ChatGroupId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
func (x *ReadStateReq) GetUserType() int64 {
|
|
|
if x != nil {
|
|
|
return x.UserType
|
|
@@ -1383,9 +1375,9 @@ func (x *ReadStateReq) GetUserType() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-func (x *ReadStateReq) GetMsgType() int64 {
|
|
|
+func (x *ReadStateReq) GetSendType() int64 {
|
|
|
if x != nil {
|
|
|
- return x.MsgType
|
|
|
+ return x.SendType
|
|
|
}
|
|
|
return 0
|
|
|
}
|
|
@@ -2269,7 +2261,7 @@ var file_messagecenter_proto_rawDesc = []byte{
|
|
|
0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x6f, 0x77, 0x46, 0x6f, 0x72,
|
|
|
0x6d, 0x61, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x6f, 0x77, 0x46, 0x6f,
|
|
|
- 0x72, 0x6d, 0x61, 0x74, 0x22, 0xda, 0x01, 0x0a, 0x0c, 0x52, 0x65, 0x61, 0x64, 0x53, 0x74, 0x61,
|
|
|
+ 0x72, 0x6d, 0x61, 0x74, 0x22, 0xba, 0x01, 0x0a, 0x0c, 0x52, 0x65, 0x61, 0x64, 0x53, 0x74, 0x61,
|
|
|
0x74, 0x65, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f,
|
|
|
0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74,
|
|
|
0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72,
|
|
@@ -2277,12 +2269,10 @@ var file_messagecenter_proto_rawDesc = []byte{
|
|
|
0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64,
|
|
|
0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49,
|
|
|
0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
|
- 0x03, 0x52, 0x06, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x68, 0x61,
|
|
|
- 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b,
|
|
|
- 0x63, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x75,
|
|
|
- 0x73, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x75,
|
|
|
- 0x73, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79,
|
|
|
- 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70,
|
|
|
+ 0x03, 0x52, 0x06, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65,
|
|
|
+ 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x75, 0x73, 0x65,
|
|
|
+ 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x65, 0x6e, 0x64, 0x54, 0x79, 0x70,
|
|
|
+ 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x73, 0x65, 0x6e, 0x64, 0x54, 0x79, 0x70,
|
|
|
0x65, 0x22, 0x83, 0x02, 0x0a, 0x0f, 0x52, 0x65, 0x61, 0x64, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72,
|
|
|
0x61, 0x77, 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
|
|
0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
|