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:
Mikayla Maki 2023-08-25 17:11:33 -07:00 committed by GitHub
commit 8ddee0e58d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 409 additions and 114 deletions

View file

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