Server-sent feature flags (#2894)
This PR adds the wiring to both the server and the client for sending and receiving individual feature flags, as well as a client side API for convenient access to these feature flags. Release Notes: - N/A
This commit is contained in:
commit
8ddee0e58d
30 changed files with 409 additions and 114 deletions
|
@ -1114,6 +1114,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