Limit number of GV2 banned members

This commit is contained in:
Fedor Indutny
2022-03-23 15:34:51 -07:00
committed by GitHub
parent 6a671e73f9
commit c5a3ffddf9
9 changed files with 389 additions and 37 deletions

View File

@@ -46,7 +46,8 @@ message MemberPendingAdminApproval {
}
message MemberBanned {
bytes userId = 1;
bytes userId = 1;
uint64 timestamp = 2; // ms since epoch
}
message AccessControl {