Update database and RPC to provide configured feature flags
This commit is contained in:
parent
1c945a7521
commit
6fdf101745
14 changed files with 268 additions and 9 deletions
|
@ -1111,6 +1111,7 @@ message GetPrivateUserInfo {}
|
|||
message GetPrivateUserInfoResponse {
|
||||
string metrics_id = 1;
|
||||
bool staff = 2;
|
||||
repeated string flags = 3;
|
||||
}
|
||||
|
||||
// Entities
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue