Support server-determined build expiration

This commit is contained in:
Josh Perez 2020-09-09 18:50:44 -04:00 committed by Scott Nonnenberg
parent a04f9a0e51
commit d87335f5a6
14 changed files with 147 additions and 28 deletions

View file

@ -11,11 +11,13 @@ import {
getPlaceholder as getSafetyNumberPlaceholder,
} from './safetyNumber';
import { getStringForProfileChange } from './getStringForProfileChange';
import { getUserAgent } from './getUserAgent';
import { hasExpired } from './hasExpired';
import { isFileDangerous } from './isFileDangerous';
import { makeLookup } from './makeLookup';
import { migrateColor } from './migrateColor';
import { missingCaseError } from './missingCaseError';
import { parseRemoteClientExpiration } from './parseRemoteClientExpiration';
import * as zkgroup from './zkgroup';
export {
@ -28,12 +30,14 @@ export {
generateSecurityNumber,
getSafetyNumberPlaceholder,
getStringForProfileChange,
getUserAgent,
GoogleChrome,
hasExpired,
isFileDangerous,
makeLookup,
migrateColor,
missingCaseError,
parseRemoteClientExpiration,
Registration,
zkgroup,
};