Skip to content

Commit 93d39e9

Browse files
authored
update SetGroupInfoEx (#128)
* feat: update max Seq format method. * update Format method in pb. * update to correct constant. * update format method in pb. * feat: update conversation fields. * update pb files. * update ConversationsDestructMsgs method. * update conversation and msg destruct pb. * feat: update GroupInfoForSetEX struct. * update group pb. * feat: implement request max count limit. * feat: add PushMsgReq * remove unused pkg. * fix * update SearchMessage response. * add searchedMsgData * Update ex field to standard. * update SetGroupInfoEx
1 parent 5270d2f commit 93d39e9

File tree

4 files changed

+72
-72
lines changed

4 files changed

+72
-72
lines changed

group/group.pb.go

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

group/group.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ message SetGroupInfoReq {
4242
}
4343
message SetGroupInfoResp {}
4444

45-
message SetGroupInfoEXReq {
46-
openim.sdkws.GroupInfoForSetEX groupInfoForSet = 1;
45+
message SetGroupInfoExReq {
46+
openim.sdkws.GroupInfoForSetEx groupInfoForSet = 1;
4747
}
48-
message SetGroupInfoEXResp {}
48+
message SetGroupInfoExResp {}
4949

5050
message GetGroupApplicationListReq {
5151
openim.sdkws.RequestPagination pagination = 1;
@@ -393,7 +393,7 @@ service group {
393393
rpc getGroupsInfo(GetGroupsInfoReq) returns (GetGroupsInfoResp);
394394
//设置群信息
395395
rpc setGroupInfo(SetGroupInfoReq) returns (SetGroupInfoResp);
396-
rpc setGroupInfoEX(SetGroupInfoEXReq) returns (SetGroupInfoEXResp);
396+
rpc setGroupInfoEX(SetGroupInfoExReq) returns (SetGroupInfoExResp);
397397
//(以管理员或群主身份)获取群的加群申请
398398
rpc getGroupApplicationList(GetGroupApplicationListReq) returns (GetGroupApplicationListResp);
399399
//获取用户自己的主动加群申请

0 commit comments

Comments
 (0)