Removes showForwardMessageModal from conversation_view

This commit is contained in:
Josh Perez
2022-12-08 19:49:54 -05:00
committed by GitHub
parent 5c059c54d5
commit ec3c8d99ef
9 changed files with 10 additions and 21 deletions

View File

@@ -316,7 +316,7 @@ const createProps = (overrideProps: Partial<Props> = {}): Props => ({
showExpiredOutgoingTapToViewToast: action(
'showExpiredOutgoingTapToViewToast'
),
showForwardMessageModal: action('showForwardMessageModal'),
toggleForwardMessageModal: action('toggleForwardMessageModal'),
showMessageDetail: action('showMessageDetail'),
showVisualAttachment: action('showVisualAttachment'),
startConversation: action('startConversation'),