Remove references to non-existent messageExpired
action
This commit is contained in:
parent
562ab5a5a5
commit
9dd7e763c4
5 changed files with 55 additions and 65 deletions
|
@ -16,6 +16,25 @@ import { actions as search } from './ducks/search';
|
|||
import { actions as stickers } from './ducks/stickers';
|
||||
import { actions as updates } from './ducks/updates';
|
||||
import { actions as user } from './ducks/user';
|
||||
import { ReduxActions } from './types';
|
||||
|
||||
export const actionCreators: ReduxActions = {
|
||||
app,
|
||||
audioPlayer,
|
||||
calling,
|
||||
conversations,
|
||||
emojis,
|
||||
expiration,
|
||||
globalModals,
|
||||
items,
|
||||
linkPreviews,
|
||||
network,
|
||||
safetyNumber,
|
||||
search,
|
||||
stickers,
|
||||
updates,
|
||||
user,
|
||||
};
|
||||
|
||||
export const mapDispatchToProps = {
|
||||
...app,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue