Update database and RPC to provide configured feature flags

This commit is contained in:
Mikayla 2023-08-25 14:34:19 -07:00
parent 1c945a7521
commit 6fdf101745
No known key found for this signature in database
14 changed files with 268 additions and 9 deletions

View file

@ -1111,6 +1111,7 @@ message GetPrivateUserInfo {}
message GetPrivateUserInfoResponse {
string metrics_id = 1;
bool staff = 2;
repeated string flags = 3;
}
// Entities