Skip to content

Commit

Permalink
Update groupInfoex field name to standard (#129)
Browse files Browse the repository at this point in the history
* 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

* Update groupInfoex field name to standard
  • Loading branch information
mo3et authored Sep 18, 2024
1 parent 93d39e9 commit 991958e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions group/group.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion group/group.proto
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ service group {
rpc getGroupsInfo(GetGroupsInfoReq) returns (GetGroupsInfoResp);
//设置群信息
rpc setGroupInfo(SetGroupInfoReq) returns (SetGroupInfoResp);
rpc setGroupInfoEX(SetGroupInfoExReq) returns (SetGroupInfoExResp);
rpc setGroupInfoEx(SetGroupInfoExReq) returns (SetGroupInfoExResp);
//(以管理员或群主身份)获取群的加群申请
rpc getGroupApplicationList(GetGroupApplicationListReq) returns (GetGroupApplicationListResp);
//获取用户自己的主动加群申请
Expand Down

0 comments on commit 991958e

Please sign in to comment.