Skip to content

Commit 4d79b86

Browse files
committed
feat: optimize friend and group applications
1 parent 1c77ab4 commit 4d79b86

3 files changed

Lines changed: 57 additions & 57 deletions

File tree

group/group.pb.go

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

group/group.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ service group {
433433
// Get group join applications (as admin or owner)
434434
rpc getGroupApplicationList(GetGroupApplicationListReq) returns (GetGroupApplicationListResp);
435435

436-
rpc getGroupApplicationUnhandleCount(GetGroupApplicationUnhandledCountReq) returns (GetGroupApplicationUnhandledCountResp);
436+
rpc getGroupApplicationUnhandledCount(GetGroupApplicationUnhandledCountReq) returns (GetGroupApplicationUnhandledCountResp);
437437

438438
// Get user's own join group applications
439439
rpc getUserReqApplicationList(GetUserReqApplicationListReq) returns (GetUserReqApplicationListResp);

group/group_grpc.pb.go

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

0 commit comments

Comments
 (0)