Support server-determined build expiration
This commit is contained in:
parent
a04f9a0e51
commit
d87335f5a6
14 changed files with 147 additions and 28 deletions
|
@ -32,12 +32,12 @@ import {
|
|||
} from './ducks/network';
|
||||
import {
|
||||
reducer as safetyNumber,
|
||||
SafetyNumberActionTypes,
|
||||
SafetyNumberActionType,
|
||||
SafetyNumberStateType,
|
||||
} from './ducks/safetyNumber';
|
||||
import {
|
||||
reducer as search,
|
||||
SEARCH_TYPES as SearchActionType,
|
||||
SearchActionType,
|
||||
SearchStateType,
|
||||
} from './ducks/search';
|
||||
import {
|
||||
|
@ -73,7 +73,7 @@ export type ActionsType =
|
|||
| ConversationActionType
|
||||
| ItemsActionType
|
||||
| NetworkActionType
|
||||
| SafetyNumberActionTypes
|
||||
| SafetyNumberActionType
|
||||
| StickersActionType
|
||||
| SearchActionType
|
||||
| UpdatesActionType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue