From 98eb6dec6845e3252b2b859d89ad00db3600793a Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:43:01 -0700 Subject: [PATCH] Remove mapDispatchToProps --- ts/state/actions.ts | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/ts/state/actions.ts b/ts/state/actions.ts index efda4bc80fa4..defe4f9ad55b 100644 --- a/ts/state/actions.ts +++ b/ts/state/actions.ts @@ -61,33 +61,3 @@ export const actionCreators: ReduxActions = { user, username, }; - -export const mapDispatchToProps = { - ...accounts, - ...app, - ...audioPlayer, - ...audioRecorder, - ...badges, - ...calling, - ...composer, - ...conversations, - ...crashReports, - ...emojis, - ...expiration, - ...globalModals, - ...inbox, - ...items, - ...lightbox, - ...linkPreviews, - ...mediaGallery, - ...network, - ...safetyNumber, - ...search, - ...stickers, - ...stories, - ...storyDistributionLists, - ...toast, - ...updates, - ...user, - ...username, -};