Remove references to non-existent messageExpired action

This commit is contained in:
Evan Hahn 2021-06-15 18:30:23 -05:00 committed by GitHub
parent 562ab5a5a5
commit 9dd7e763c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 55 additions and 65 deletions

View file

@ -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,