mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-17 23:34:14 +01:00
Add feature flag for binary service id use
This commit is contained in:
@@ -48,6 +48,8 @@ const SemverKeys = [
|
||||
'desktop.retireAccessKeyGroupSend.prod',
|
||||
'desktop.keyTransparency.beta',
|
||||
'desktop.keyTransparency.prod',
|
||||
'desktop.binaryServiceId.beta',
|
||||
'desktop.binaryServiceId.prod',
|
||||
] as const;
|
||||
|
||||
export type SemverKeyType = ArrayValues<typeof SemverKeys>;
|
||||
|
||||
Reference in New Issue
Block a user