Limit number of GV2 banned members
This commit is contained in:
parent
6a671e73f9
commit
c5a3ffddf9
9 changed files with 389 additions and 37 deletions
|
@ -46,7 +46,8 @@ message MemberPendingAdminApproval {
|
|||
}
|
||||
|
||||
message MemberBanned {
|
||||
bytes userId = 1;
|
||||
bytes userId = 1;
|
||||
uint64 timestamp = 2; // ms since epoch
|
||||
}
|
||||
|
||||
message AccessControl {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue