Update group application list for group administrator

This commit is contained in:
skiffer-git
2022-12-13 14:43:09 +08:00
parent 2dab70697c
commit a98f89a4e7
3 changed files with 587 additions and 330 deletions
+560 -330
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -330,6 +330,7 @@ message GroupApplicationAcceptedTips{
GroupInfo group = 1;
GroupMemberFullInfo opUser = 2;
string handleMsg = 4;
int32 receiverAs = 5; // admin(==1) or applicant(==0)
}
// OnApplicationGroupRejected()
@@ -337,6 +338,7 @@ message GroupApplicationRejectedTips{
GroupInfo group = 1;
GroupMemberFullInfo opUser = 2;
string handleMsg = 4;
int32 receiverAs = 5; // admin(==1) or applicant(==0)
}
// OnTransferGroupOwner()