Moves showLightbox to redux

This commit is contained in:
Josh Perez 2022-12-09 21:02:22 -05:00 committed by GitHub
parent 3a246656e3
commit 635a59a473
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 584 additions and 504 deletions

View file

@ -39,7 +39,6 @@ const mapStateToProps = (
receivedAt,
sentAt,
displayTapToViewMessage,
kickOffAttachmentDownload,
markAttachmentAsCorrupted,
openConversation,
@ -48,7 +47,6 @@ const mapStateToProps = (
showContactDetail,
showExpiredIncomingTapToViewToast,
showExpiredOutgoingTapToViewToast,
showVisualAttachment,
startConversation,
} = props;
@ -75,7 +73,6 @@ const mapStateToProps = (
interactionMode: getInteractionMode(state),
theme: getTheme(state),
displayTapToViewMessage,
kickOffAttachmentDownload,
markAttachmentAsCorrupted,
markViewed,
@ -86,7 +83,6 @@ const mapStateToProps = (
showContactDetail,
showExpiredIncomingTapToViewToast,
showExpiredOutgoingTapToViewToast,
showVisualAttachment,
startConversation,
};
};